From: Sebastián Ramírez Date: Wed, 17 Jul 2024 02:53:24 +0000 (-0500) Subject: 🔖 Release version 0.0.20 X-Git-Tag: 0.0.20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d7f4ff67939e36b1847df2308e1ed3772fc813;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.20 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 3e2cd7f0..086dc79b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.20 + ### Features * ✨ Add official UUID support, docs and tests, internally using new SQLAlchemy 2.0 types. Initial PR [#992](https://github.com/tiangolo/sqlmodel/pull/992) by [@estebanx64](https://github.com/estebanx64). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 5983974d..438d4ba0 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.19" +__version__ = "0.0.20" # Re-export from SQLAlchemy from sqlalchemy.engine import create_engine as create_engine