mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-14 10:44:28 +00:00
bump version, update changelog
This commit is contained in:
parent
8f7d48fc56
commit
c5a323d35d
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue