]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.20 0.0.20
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 17 Jul 2024 02:53:24 +0000 (21:53 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 17 Jul 2024 02:53:24 +0000 (21:53 -0500)
docs/release-notes.md
sqlmodel/__init__.py

index 3e2cd7f058a64334b5624ad6e8feb6a3be5fe749..086dc79bacbdca1f19a30f30249ad013ee6defaf 100644 (file)
@@ -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).
index 5983974d77a21953a5172ba466dbb2af58ac1edf..438d4ba07e7e4bedd3996461a9dea2aee7128950 100644 (file)
@@ -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