]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.4 0.0.4
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 25 Aug 2021 13:46:57 +0000 (15:46 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 25 Aug 2021 13:46:57 +0000 (15:46 +0200)
docs/release-notes.md
sqlmodel/__init__.py

index 936776ba8dc9a9e39f3c406c348a4bd089a7c8b3..d27692deab8632829e7bbbd970919976a30bc25e 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.0.4
+
 * ðŸŽ¨ Fix type detection of select results in PyCharm. PR [#15](https://github.com/tiangolo/sqlmodel/pull/15) by [@tiangolo](https://github.com/tiangolo).
 
 ## 0.0.3
index 3352f91a4e0916b96ed61c8c8b0439418f966f5e..bbe86ee2aeee5dca35465589b2a79b33277c71b3 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.3"
+__version__ = "0.0.4"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_mock_engine as create_mock_engine