Skip to content

Commit 43829f5

Browse files
committed
Getting ready for release 1.10.3
1 parent 2c1679a commit 43829f5

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

ANNOUNCE.rst

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

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

8-
This is a maintenance release mainly to support Python wheels.
9-
We updated README.rst for a new version that supports wheels.
8+
This is a maintenance release to update `blosc.nthreads`
9+
when `blosc.set_nthreads()` is called.
1010

1111
We are generating wheels for Intel (32 and 64 bits) and all major OS
1212
(Win, Linux, Mac). In addition to extensions, we are distributing library
@@ -57,6 +57,11 @@ The sources and documentation are managed through github services at:
5757
http://github.com/Blosc/python-blosc
5858

5959

60+
Twitter
61+
=======
62+
63+
Please follow @Blosc2 to get informed about the latest developments.
64+
6065

6166
----
6267

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.2 to 1.10.3
1212
=============================
1313

14-
#XXX version-specific blurb XXX#
14+
* Update `blosc.nthreads` when `blosc.set_nthreads()` is called.
15+
Fixes #246
1516

1617

1718
Changes from 1.10.1 to 1.10.2

VERSION

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

0 commit comments

Comments
 (0)