diff options
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | 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(): |