Skip to content

Commit 1b0334b

Browse files
committed
Getting ready for release 1.11.4
1 parent 243dffe commit 1b0334b

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

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.11.3
2+
Announcing python-blosc 1.11.4
33
==============================
44

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

8-
This is a maintenance release. Besides coming with the latest C-Blosc
9-
sources, there are new wheels for Python 3.13, as well as some CI fixes.
8+
This is a maintenance release. Besides a Numpy fix, new wheels for
9+
Python 3.14 were added and the CI tools were upgraded.
1010

1111
In addition to extensions, we are distributing library
1212
binaries in the wheels too. This way, people willing to use the C-Blosc

RELEASE_NOTES.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
Changes from 1.11.3 to 1.11.4
1212
=============================
1313

14-
#XXX version-specific blurb XXX#
14+
* Added support for Python 3.14 (with GIL).
1515

16+
* Fix deprecated Numpy usage (see #347). Thanks to Finn Womack and Marius Grossu.
17+
18+
* CI upgrades.
1619

1720
Changes from 1.11.2 to 1.11.3
1821
=============================

VERSION

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

0 commit comments

Comments
 (0)