Skip to content

Commit

Permalink
prepare for v1.10.0b1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 24, 2022
1 parent 0244b06 commit f8575aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.10.0b1 (2022-08-24)

* Runtime warning if `__slots__` is passed to `create_model`, `__slots__` is then ignored, #4432 by @samuelcolvin

## v1.10.0a2 (2022-08-24)

* Update requirement to `typing_extensions>=4.1.0` to guarantee `dataclass_transform` is available, #4424 by @commonism
Expand Down
1 change: 0 additions & 1 deletion changes/4432-samuelcolvin.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.0a2'
VERSION = '1.10.0b1'

try:
import cython # type: ignore
Expand Down

0 comments on commit f8575aa

Please sign in to comment.