From: Sebastián Ramírez Date: Sat, 27 Aug 2022 23:59:44 +0000 (+0200) Subject: 🔖 Release version 0.0.7 X-Git-Tag: 0.0.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9522b391304d1eab329e7fc62606aa03fa98b5a;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.7 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index b62c5312..e0662eab 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ ## Latest Changes + +## 0.0.7 + ### Features * ✨ Allow setting `unique` in `Field()` for a column. PR [#83](https://github.com/tiangolo/sqlmodel/pull/83) by [@raphaelgibson](https://github.com/raphaelgibson). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 12eb5d56..8c572371 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.6" +__version__ = "0.0.7" # Re-export from SQLAlchemy from sqlalchemy.engine import create_mock_engine as create_mock_engine