Skip to content

Commit c7efbfc

Browse files
authored
Merge pull request #278 from t20100/prepare-v4.2.0
Prepare v4.2.0
2 parents 159014f + 5363fcf commit c7efbfc

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
4.2.0: 12/09/2023
2+
-----------------
3+
4+
- Updated libraries: **c-blosc** (v1.12.5), **c-blosc2** (v2.10.2) (PR #273)
5+
- Updated filter **H5Z-ZFP** (v1.1.1) (PR #273)
6+
7+
- Updated build dependencies:
8+
9+
* Added `wheel`>=0.34.0 requirement (PR #272)
10+
* Removed `distutils` usage (PR #276)
11+
12+
- Updated documentation (PR #271, #278)
13+
- Fixed Continuous integration (PR #275)
14+
- Debian packaging (PR #277):
15+
16+
* Added Debian 12
17+
* Removed Debian 10
18+
119
4.1.3: 16/06/2023
220
-----------------
321

src/hdf5plugin/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"candidate": "rc"}
7272

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

0 commit comments

Comments
 (0)