We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b756b5 commit 2cc11daCopy full SHA for 2cc11da
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.0.31
6
+
7
### Breaking Changes
8
9
* ➖ Drop support for Pydantic v1. PR [#1701](https://github.com/fastapi/sqlmodel/pull/1701) by [@tiangolo](https://github.com/tiangolo).
sqlmodel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.30"
+__version__ = "0.0.31"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine
0 commit comments