From d08f83bf471795cafbced2f69b92af772b4a3f02 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 4 Jun 2021 09:48:33 +0200 Subject: New version --- CHANGES.md | 5 +++++ 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(): -- cgit v1.2.3