diff options
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 33d488eb9..0bbdbb7ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.0.6 - 2020-05-01 +------------------- +### Bug fixes ### +- Fix database initialization + v3.0.5 - 2020-03-23 ------------------- ### Features ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index e1c7b98a9..1fb20efa0 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.0.5 -VERSION = (3, 0, 5) +# 3.0.6 +VERSION = (3, 0, 6) def get_version(): |