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 f0a77e4 commit 3e123f7Copy full SHA for 3e123f7
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.0.35
6
+
7
### Breaking Changes
8
9
* ➖ Drop support for Python 3.9. PR [#1766](https://github.com/fastapi/sqlmodel/pull/1766) by [@tiangolo](https://github.com/tiangolo).
sqlmodel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.34"
+__version__ = "0.0.35"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine
0 commit comments