Skip to content

Commit 0e869c8

Browse files
committed
Getting ready for release 0.1.10
1 parent 2012898 commit 0e869c8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ANNOUNCE.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Announcing python-blosc2 0.1.9
2-
==============================
1+
Announcing python-blosc2 0.1.10
2+
===============================
33

44
This is a maintenance release to use and distribute the latest
5-
C-Blosc2 2.0.1 library.
5+
C-Blosc2 2.0.2 library.
66

77

88
Changes from python-blosc to python-blosc2

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Changes from python-blosc2 0.1.9 to python-blosc2 0.1.10
44

5-
XXX version-specific blurb XXX
5+
* Release with C-Blosc 2.0.2 sources and binaries.
66

77

88
## Changes from python-blosc2 0.1.8 to python-blosc2 0.1.9

RELEASING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Preliminaries
1919

2020
* Build the package and make sure that::
2121

22-
PYTHONPATH=. python -c "import blosc2; blosc2.print_versions()"
22+
PYTHONPATH=. python -c "import blosc2; blosc2.print_versions()"
2323

2424
is printing the correct versions.
2525

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.10.dev.0
1+
0.1.10

0 commit comments

Comments
 (0)