From 82ff1d11265170c6835d2e9c7158dbc11ac3890a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 5 May 2022 15:28:35 +0200 Subject: New version --- CHANGES.md | 7 +++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 988555c23..3f3f63936 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Ishtar changelog ================ +v3.1.59 - 2022-05-05 +-------------------- + +### Bugs ### + +- Account management - profile: raise an error on profile name duplication + v3.1.58 - 2022-04-22 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a34c33d08..6e2cb11d3 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.58 -VERSION = (3, 1, 58) +# 3.1.59 +VERSION = (3, 1, 59) def get_version(): -- cgit v1.2.3