]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.19 0.0.19
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 4 Jun 2024 03:26:53 +0000 (22:26 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 4 Jun 2024 03:26:53 +0000 (22:26 -0500)
docs/release-notes.md
sqlmodel/__init__.py

index d479b9b20fa5b2b3ce406122a1efde580496c4b9..57e6a0f6523b14d6c7a9dd987f5e37b0e7dd31e3 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.19
+
 ### Fixes
 
 * 🐛 Fix pydantic `EmailStr` support and `max_length` in several String subclasses. PR [#966](https://github.com/tiangolo/sqlmodel/pull/966) by [@estebanx64](https://github.com/estebanx64).
index 397c07f5d279e2481a10a0a098e6f6c1da070fb4..61ae35f7ebe0e01283ab143ae24725a60c4aae1b 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.18"
+__version__ = "0.0.19"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine