From c9b992e9c2d2be1a15b489accfd2b15cc39684d8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Feb 2022 12:04:42 +0100 Subject: New version --- CHANGES.md | 9 +++++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 43c7a9440..2707b0fc0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v3.1.45 - 2022-02-09 +-------------------- + +### Features ### +- Document duplicate: add reference field + +### Bugs ### +- File storage: fix file save on broken link + v3.1.44 - 2022-02-08 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index f5eaa29be..8ebf1bdb0 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.44 -VERSION = (3, 1, 44) +# 3.1.45 +VERSION = (3, 1, 45) def get_version(): -- cgit v1.2.3