bump version, update changelog

This commit is contained in:
sneakers-the-rat 2024-09-26 20:11:03 -07:00
parent 8f7d48fc56
commit c5a323d35d
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D
2 changed files with 10 additions and 2 deletions

View file

@ -4,7 +4,15 @@
### 1.6.* ### 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 Very minor bugfix and CI release

View file

@ -1,6 +1,6 @@
[project] [project]
name = "numpydantic" name = "numpydantic"
version = "1.6.2" version = "1.6.3"
description = "Type and shape validation and serialization for arbitrary array types in pydantic models" description = "Type and shape validation and serialization for arbitrary array types in pydantic models"
authors = [ authors = [
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"}, {name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},