]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.15 0.0.15
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 17 Feb 2024 13:36:12 +0000 (14:36 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 17 Feb 2024 13:36:12 +0000 (14:36 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index e37cbdadc68c000b904fd88fc28f30196144df39..a0431a9bd792194122c2c0d68ffa0b19a6e3ef99 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.15
+
 ### Fixes
 
 * 🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing errors revealed by the latest Pydantic. PR [#807](https://github.com/tiangolo/sqlmodel/pull/807) by [@tiangolo](https://github.com/tiangolo).
index 2df3afb51ec26386057c5d4cdcd1aae836f9e7e4..c9629a98b1d291dc31b858fd04b82160cb055c7f 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.14"
+__version__ = "0.0.15"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine