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 | dca7017b5d3ae7d37f0f6445e3459b246ad84855 (patch) | |
| tree | 9c38b6f278baa6a39e9d9fc741a5d6446608f9fe | |
| parent | 0e2280daec5f3e82c7a3b6d219c0485fc4097e16 (diff) | |
| download | Ishtar-dca7017b5d3ae7d37f0f6445e3459b246ad84855.tar.bz2 Ishtar-dca7017b5d3ae7d37f0f6445e3459b246ad84855.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(): |
