]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.2
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 18:24:05 +0000 (20:24 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 18:24:05 +0000 (20:24 +0200)
docs/release-notes.md
sqlmodel/__init__.py

index a2f992facbfb895d123295d91eb738865f461c6e..40cf5a44c2a915d2cbd2ae2072921b59b0f01a85 100644 (file)
@@ -2,6 +2,10 @@
 
 ## Latest Changes
 
+
+## 0.0.2
+
+* This includes several small bug-fixes detected during the first CI runs.
 * ðŸ’š Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
 
 ## 0.0.1
index cdfb889f99ae8902ca8f098499f00ebbf1c3091c..04f53e435f635a69527a13b5a54f603bbc8d6ce2 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.1"
+__version__ = "0.0.2"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_mock_engine as create_mock_engine