From: Sebastián Ramírez Date: Tue, 24 Aug 2021 18:24:05 +0000 (+0200) Subject: 🔖 Release version 0.0.2 X-Git-Tag: 0.0.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf67cf24e96f432877699db246ebbc20a25bc72;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.2 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index a2f992fa..40cf5a44 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index cdfb889f..04f53e43 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -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