diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-05-26 11:44:32 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | 20461888af9593d370a417e2e1e2c6ea19131b0b (patch) | |
tree | 863ed69a59498e772d7f783e440393c28e8f8932 | |
parent | 8dd82b2181f04e5bd760853173105d3b67a50d8f (diff) | |
download | Ishtar-20461888af9593d370a417e2e1e2c6ea19131b0b.tar.bz2 Ishtar-20461888af9593d370a417e2e1e2c6ea19131b0b.zip |
Version 3.0.8
-rw-r--r-- | CHANGES.md | 11 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index d444b4924..a8d2c0c89 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,17 @@ Ishtar changelog ================ +v3.0.8 - 2020-05-26 +------------------- + +### Features #### +- Search finds/context records: add missing search criteria for datings + +### Bug fixes ### +- Fix corrupted image +- Operation - Wizard: fix parcel sort +- Find - search: fix dates fields + v3.0.7 - 2020-05-11 ------------------- ### Features #### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 59f344027..098157751 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.0.7 -VERSION = (3, 0, 7) +# 3.0.8 +VERSION = (3, 0, 8) def get_version(): |