Skip to content

Commit d35c350

Browse files
committed
Getting ready for release 1.10.6
1 parent a7bc2aa commit d35c350

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

ANNOUNCE.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
==============================
2-
Announcing python-blosc 1.10.5
2+
Announcing python-blosc 1.10.6
33
==============================
44

55
What is new?
66
============
77

8-
This is a maintenance release fixing several things, and
9-
updating vendored C-Blosc to 1.21.1.
8+
This is a maintenance release for including the cmake directory in
9+
distributed files.
1010

1111
We are generating wheels for Intel (64 bits) and all major OS
1212
(Win, Linux, Mac). In addition to extensions, we are distributing library

RELEASE_NOTES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
Changes from 1.10.5 to 1.10.6
1212
=============================
1313

14-
#XXX version-specific blurb XXX#
14+
* Add a missed cmake folder to distributed files. See #253.
15+
Thanks to Ben Greiner.
1516

1617

1718
Changes from 1.10.4 to 1.10.5

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.6.dev0
1+
1.10.6

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '1.10'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.10.5'
61+
release = '1.10.6'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

0 commit comments

Comments
 (0)