]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.9 0.0.9
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 23 Oct 2023 21:01:18 +0000 (01:01 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 23 Oct 2023 21:01:18 +0000 (01:01 +0400)
docs/release-notes.md
sqlmodel/__init__.py

index 9e95ad3cabce4936bde96304f883ecb937e4776e..900804d8d185eb2469f5a70b25f18abff02b587b 100644 (file)
@@ -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).
index 3aa6e0d2accf7b45f5cfedc9a204fe6872a4a616..b51084b3fc5946789caae91627252ca51109f2cf 100644 (file)
@@ -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