]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.23 0.0.23
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Feb 2025 16:54:40 +0000 (17:54 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Feb 2025 16:54:40 +0000 (17:54 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index dd0c2a8ba786e056d41769fe20fc415dc808ff58..a47d439c591fe061d15335a527cf1b52ad23cb89 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.23
+
 ### Fixes
 
 * 🐛 Fix type annotation in `Field` constructor. PR [#1304](https://github.com/fastapi/sqlmodel/pull/1304) by [@AlanBogarin](https://github.com/AlanBogarin).
index f62988f4ac3595324140f52bb45637d8d9cf338a..befc6d4eee7eed6ed134393d5a5aa449919fb384 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.22"
+__version__ = "0.0.23"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine