bump version, move changelog into place

This commit is contained in:
sneakers-the-rat 2024-12-13 18:14:24 -08:00
parent 4fe3a72db5
commit f90df30324
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,10 @@
# Changelog
## Upcoming
## 1.*
### 1.6.*
#### 1.6.6 - 24-12-13
**Bugfix**
- [#38](https://github.com/p2p-ld/numpydantic/issues/38), [#39](https://github.com/p2p-ld/numpydantic/pull/39) -
@ -23,10 +27,6 @@
- [#40](https://github.com/p2p-ld/numpydantic/pull/40) - Explicitly test for `np.str_` annotation dtypes alone and
in tuples.
## 1.*
### 1.6.*
#### 1.6.5 - 24-12-04 - Bump Pydantic Minimum
**Bugfix**

View file

@ -1,6 +1,6 @@
[project]
name = "numpydantic"
version = "1.6.5"
version = "1.6.6"
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"},