diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-04 09:48:33 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-04 09:48:33 +0200 |
commit | e234afa8908d80ad50272caa28e0660fee638e42 (patch) | |
tree | a2657a9fdafcc7a7f4d1d6fdddaee147fde9acbe | |
parent | 8f3582d07760c6b2d8f846497dff12cf246cf220 (diff) | |
download | Ishtar-e234afa8908d80ad50272caa28e0660fee638e42.tar.bz2 Ishtar-e234afa8908d80ad50272caa28e0660fee638e42.zip |
New 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 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(): |