diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-09 17:37:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-09 17:37:54 +0100 |
commit | 8d9d6ace426e0b29ea99a4303269f593ff380f13 (patch) | |
tree | 9c38b6f278baa6a39e9d9fc741a5d6446608f9fe | |
parent | 821732925ee1952b16ff6d119724095df7b26f23 (diff) | |
download | Ishtar-8d9d6ace426e0b29ea99a4303269f593ff380f13.tar.bz2 Ishtar-8d9d6ace426e0b29ea99a4303269f593ff380f13.zip |
New version
-rw-r--r-- | CHANGES.md | 8 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index 56fca4856..13ae8c60e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,17 @@ --- title: Ishtar changelog -date: 2022-11-04 +date: 2023-01-09 --- Ishtar changelog ================ +v3.2.12 - 2023-01-09 +-------------------- + +### Bug fix ### +- Fix strange bug on statistics with criteria + v3.2.11 - 2022-12-06 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index dfef3e74b..cb9e91440 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.2.11 -VERSION = (3, 2, 11) +# 3.2.12 +VERSION = (3, 2, 12) def get_version(): |