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 bcc6eb89e..586c97caa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.28 - 2021-06-04 +-------------------- +### Bug fixes ### +- Stats: fix "#" encoding in CSV + v3.1.27 - 2021-06-03 -------------------- ### Bug fixes ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index e66d744ef..a777d5375 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.27 -VERSION = (3, 1, 27) +# 3.1.28 +VERSION = (3, 1, 28) def get_version(): |