Skip to content

Commit 8f46c9c

Browse files
bump version, changelog
1 parent ee74149 commit 8f46c9c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### 1.6.*
66

7+
#### 1.6.7 - 25-01-23
8+
9+
**UX**
10+
11+
- [#42](https://github.com/p2p-ld/numpydantic/issues/42), [#43](https://github.com/p2p-ld/numpydantic/pulls/43) -
12+
Use an `ImportWarning` rather than a `UserWarning` when a stubfile can't be generated and saved
13+
(e.g. due to a read-only filesystem or permissions error) so it only shows in CI and not at runtime.
14+
715
#### 1.6.6 - 24-12-13
816

917
**Bugfix**

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "numpydantic"
3-
version = "1.6.6"
3+
version = "1.6.7"
44
description = "Type and shape validation and serialization for arbitrary array types in pydantic models"
55
authors = [
66
{name = "sneakers-the-rat", email = "[email protected]"},

0 commit comments

Comments
 (0)