Skip to content

Commit 3395ecb

Browse files
authored
Merge pull request #284 from t20100/prepare-4.3.0
Prepare a 4.3.0 release
2 parents 037107d + 9ef58d5 commit 3395ecb

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.3.0: 07/11/2023
2+
-----------------
3+
4+
- Updated `hdf5-blosc2`` to support b2nd (PR #282)
5+
- Updated `c-blosc2` (v2.11.1) and enabled its AVX512 support (PR #283)
6+
7+
- Updated continuous integration to test with Python 3.12 (PR #281)
8+
- Added European HDF Users Group (HUG) Meeting 2023 presentation and companion material (PR #280)
9+
- Updated documentation (PR #279, #284)
10+
111
4.2.0: 12/09/2023
212
-----------------
313

src/hdf5plugin/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"candidate": "rc"}
7272

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

0 commit comments

Comments
 (0)