From c3e62517ea2674c46f100bd0daf4d2b076c3c1c6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 May 2022 14:19:31 +0200 Subject: New version --- CHANGES.md | 2 +- ishtar_common/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ec4c09940..dfe8cd185 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ date: 2022-05-17 Ishtar changelog ================ -v3.1.64->66 - 2022-05-18 +v3.1.64->67 - 2022-05-18 ------------------------ ### Bug fix ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index fd381cc1f..5f8a164ca 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.66 -VERSION = (3, 1, 66) +# 3.1.67 +VERSION = (3, 1, 67) def get_version(): -- cgit v1.2.3