Skip to content

Commit ae528c7

Browse files
authored
Merge pull request #238 from t20100/prepare-4.0.1
Prepare 4.0.1
2 parents 6da5028 + e9aecbf commit ae528c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
4.0.1: 2022/12/06
2+
-----------------
3+
4+
This is a bug-fix release:
5+
6+
- Updated embedded version of `SZ` to fix a compression issue under Windows (PR #231)
7+
- Updated tests to pass with older versions of `bitshuffle` (PR #235)
8+
- Improved HDF5 function wrapper (PR #228)
9+
- Fixed and updated documentation (PR #223, #232, #237)
10+
111
4.0.0: 2022/11/28
212
-----------------
313

src/hdf5plugin/_version.py

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

7373
MAJOR = 4
7474
MINOR = 0
75-
MICRO = 0
75+
MICRO = 1
7676
RELEV = "final" # <16
7777
SERIAL = 0 # <16
7878

0 commit comments

Comments
 (0)