Skip to content

Commit 703f8de

Browse files
committed
Getting ready for release 1.10.2
1 parent 8a59451 commit 703f8de

4 files changed

Lines changed: 4 additions & 16 deletions

File tree

ANNOUNCE.rst

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

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

88
This is a maintenance release mainly to support Python wheels.
9-
We added pyproject.toml to fix issues when building the package for
10-
a Python version that does not have a wheel.
9+
We updated README.rst for a new version that supports wheels.
1110

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

RELEASE_NOTES.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
Changes from 1.10.1 to 1.10.2
1212
=============================
1313

14-
#XXX version-specific blurb XXX#
15-
14+
- README.rst updated with wheels information.
1615

1716
Changes from 1.10.0 to 1.10.1
1817
=============================

RELEASING.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ Preliminaries
1212

1313
* Make sure that the current master branch is passing the tests on Github Actions.
1414

15-
* Create a new branch (if it does not exist) called vX.Y.x (e.g. v1.10.x).
16-
Merge master into the current branch:
17-
18-
- $ git switch master
19-
- $ git pull
20-
- $ git switch vX.Y.x
21-
- $ git merge master
22-
23-
- Delete the possible old branch vX.(Y-1).x.
24-
2515
* Make sure that ``RELEASE_NOTES.rst``
2616
and ``ANNOUNCE.rst`` are up to date with the latest news in the release.
2717

VERSION

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

0 commit comments

Comments
 (0)