diff --git a/docs/changelog.md b/docs/changelog.md index 4bf6462..75ffcb3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,15 @@ ### 1.6.* -#### 1.6.2 - 24-09-35 +#### 1.6.3 - 24-09-26 + +**Bugfix** +- h5py v3.12.0 was actually fine, but we did need to change the way that + the hdf5 tests work to not hold the file open during the test. Easy enough change. + the version cap has been removed from h5py (which is optional anyway, + so any version could be installed separately) + +#### 1.6.2 - 24-09-25 Very minor bugfix and CI release diff --git a/pyproject.toml b/pyproject.toml index b39da52..3f46a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "numpydantic" -version = "1.6.2" +version = "1.6.3" description = "Type and shape validation and serialization for arbitrary array types in pydantic models" authors = [ {name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},