From: Sebastián Ramírez Date: Mon, 23 Oct 2023 21:01:18 +0000 (+0400) Subject: 🔖 Release version 0.0.9 X-Git-Tag: 0.0.9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05c3ee495bb81d2915b38052ac5f1909da60e37;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.9 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 9e95ad3c..900804d8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.9 + ### Breaking Changes * 🗑️ Deprecate Python 3.6 and upgrade Poetry and Poetry Version Plugin. PR [#627](https://github.com/tiangolo/sqlmodel/pull/627) by [@tiangolo](https://github.com/tiangolo). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 3aa6e0d2..b51084b3 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.8" +__version__ = "0.0.9" # Re-export from SQLAlchemy from sqlalchemy.engine import create_mock_engine as create_mock_engine