Skip to content

Commit 858a6c3

Browse files
authored
Merge pull request #269 from t20100/prepare-4.1.3
Prepare v4.1.3 release
2 parents 1c8aea6 + 2d18b37 commit 858a6c3

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
python-version: 3.7
4949
BUILD_COMMAND: bdist_wheel
5050
H5PY_OLDER_VERSION: 2.10.0
51+
env:
52+
MACOSX_DEPLOYMENT_TARGET: 10.15
5153

5254
- name-suffix: "bdist_wheel-h5py_3.8.0"
5355
os: macos-latest

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.1.3: 16/06/2023
2+
-----------------
3+
4+
This is a bug fix release:
5+
6+
- Fixed **SZ** compression filter build option that was leading to errors higher than the required tolerance (PR #268, #269)
7+
18
4.1.2: 01/06/2023
29
-----------------
310

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 = 1
75-
MICRO = 2
75+
MICRO = 3
7676
RELEV = "final" # <16
7777
SERIAL = 0 # <16
7878

0 commit comments

Comments
 (0)