Skip to content

Commit 080295d

Browse files
committed
Getting ready for release 0.1.7
1 parent 5a24f38 commit 080295d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ANNOUNCE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Announcing python-blosc2 0.1.6
1+
Announcing python-blosc2 0.1.7
22
==============================
33

44
Changes from python-blosc to python-blosc2

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release notes
22

3-
## Changes from python-blosc2 0.1.5 to python-blosc2 0.1.6
3+
## Changes from python-blosc2 0.1.5 to python-blosc2 0.1.7
44

55
* Headers and binaries for the C-Blosc2 library are starting
66
to being distributed inside wheels.

RELEASING.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Preliminaries
1919

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

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

2424
is printing the correct versions.
2525

@@ -59,7 +59,7 @@ Checking packaging
5959

6060
* Check that the packages and wheels are sane::
6161

62-
python install blosc2 -U
62+
python -m pip install blosc2 -U
6363
cd tests
6464
python -c"import blosc2; blosc2.print_versions()"
6565
pytest

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.6
1+
0.1.7

0 commit comments

Comments
 (0)