From f63bd9c1714b6a6bb815a8e4bb1c7d16057ab189 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 12 Aug 2024 21:36:57 -0700 Subject: [PATCH] update changelog, bump version --- docs/changelog.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index af19479..938d9bd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3f14e28..e1ffa3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"},