]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.17 0.0.17
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 29 Apr 2024 23:44:21 +0000 (16:44 -0700)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 29 Apr 2024 23:44:21 +0000 (16:44 -0700)
docs/release-notes.md
sqlmodel/__init__.py

index bec99c83fb26b2a2a106c324f5148fffc48a8e0f..da824db5dd358d680e95ddfcffafab0f71f867b9 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.17
+
 ### Refactors
 
 * ♻️ Refactor types to properly support Pydantic 2.7. PR [#913](https://github.com/tiangolo/sqlmodel/pull/913) by [@tiangolo](https://github.com/tiangolo).
index fac039e8198d6ad6c882eb467493910f15a425f9..aa108fefe9097ec190e8e516de64509cd38b1f78 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.17.dev2"
+__version__ = "0.0.17"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine