Skip to content

Commit

Permalink
Prepare release 1.10.13 (#7674)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Sep 27, 2023
1 parent 59d8f38 commit 8822578
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.10.13 (2023-09-27)

* Fix: Add max length check to `pydantic.validate_email`, #7673 by @hramezani
* Docs: Fix pip commands to install v1, #6930 by @chbndrhnns

## v1.10.12 (2023-07-24)

* Fixes the `maxlen` property being dropped on `deque` validation. Happened only if the deque item has been typed. Changes the `_validate_sequence_like` func, #6581 by @maciekglowka
Expand Down
1 change: 0 additions & 1 deletion changes/6930-chbndrhnns.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/7673-hramezani.md

This file was deleted.

2 changes: 1 addition & 1 deletion pydantic/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = 'compiled', 'VERSION', 'version_info'

VERSION = '1.10.12'
VERSION = '1.10.13'

try:
import cython # type: ignore
Expand Down

0 comments on commit 8822578

Please sign in to comment.