From: Sebastián Ramírez Date: Sat, 18 Nov 2023 11:32:59 +0000 (+0100) Subject: 🔖 Release version 0.0.12 X-Git-Tag: 0.0.12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c2f822c9db036afe1b7ec81d335368e9546756;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.12 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index f94771c7..e3c35629 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.12 + ### Features * ✨ Upgrade SQLAlchemy to 2.0. PR [#700](https://github.com/tiangolo/sqlmodel/pull/700) by [@tiangolo](https://github.com/tiangolo) including initial work in PR [#563](https://github.com/tiangolo/sqlmodel/pull/563) by [@farahats9](https://github.com/farahats9). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index e9432571..5b117a1c 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.11" +__version__ = "0.0.12" # Re-export from SQLAlchemy from sqlalchemy.engine import create_engine as create_engine