From: Sebastián Ramírez Date: Fri, 28 Feb 2025 16:54:40 +0000 (+0100) Subject: 🔖 Release version 0.0.23 X-Git-Tag: 0.0.23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf376f83caa8f3ee5820a1a906fadda7b0b10949;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.23 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index dd0c2a8b..a47d439c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index f62988f4..befc6d4e 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -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