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 44e7a2d commit c702e2eCopy full SHA for c702e2e
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.0.29
6
+
7
### Fixes
8
9
* 🐛 Fix `alias` support for Pydantic v2. PR [#1577](https://github.com/fastapi/sqlmodel/pull/1577) by [@ravishan16](https://github.com/ravishan16).
sqlmodel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.28"
+__version__ = "0.0.29"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine
0 commit comments