Bump version to 0.3.1

This commit is contained in:
Tulir Asokan 2022-03-29 20:39:51 +03:00
parent 67e1921503
commit 982a20beb0
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# v0.3.1 (2022-03-29)
* Added encryption dependencies to standalone dockerfile.
* Fixed running without encryption dependencies installed.
* Removed unnecessary imports that broke on SQLAlchemy 1.4+.
* Removed unused alembic dependency.
# v0.3.0 (2022-03-28)
* Dropped Python 3.7 support.

View file

@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"