diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-05-01 12:04:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | 2e721c0f9a057e7e68431a01ff81fdbcb4b459df (patch) | |
tree | 2a54441dae74abb7654e9111ef21d2f58b7021e2 | |
parent | 16ca951c15d381a854494e800639bf6020cb4131 (diff) | |
download | Ishtar-2e721c0f9a057e7e68431a01ff81fdbcb4b459df.tar.bz2 Ishtar-2e721c0f9a057e7e68431a01ff81fdbcb4b459df.zip |
Update version
-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(): |