]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.12 0.0.12
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Nov 2023 11:32:59 +0000 (12:32 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Nov 2023 11:32:59 +0000 (12:32 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index f94771c7dfb7047d4ff61c7b3af594f54ef3292a..e3c35629d82224bf8436e7417dd84f27ef44e900 100644 (file)
@@ -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).
index e9432571651addf66d00c12312a9a21e1c5f5401..5b117a1c058082f6404b803db467a209390cef46 100644 (file)
@@ -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