update changelog, bump version

This commit is contained in:
sneakers-the-rat 2024-08-12 21:36:57 -07:00
parent a8ba11f772
commit f63bd9c171
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## 1.*
### 1.3.2 - 24-08-12 - Allow subclasses of dtypes
(also when using objects for dtypes, subclasses of that object are allowed to validate)
### 1.3.1 - 24-08-12 - Allow arbitrary dtypes, pydantic models as dtypes
Previously we would only allow dtypes if we knew for sure that there was some

View file

@ -1,6 +1,6 @@
[project]
name = "numpydantic"
version = "1.3.1"
version = "1.3.2"
description = "Type and shape validation and serialization for numpy arrays in pydantic models"
authors = [
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},