summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md8
-rw-r--r--ishtar_common/version.py4
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0bb32339b..eb429a45d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,14 @@
Ishtar changelog
================
+v3.1.61 - 2022-05-09
+--------------------
+
+### Bugs ###
+
+- Sheet container: fix weight display
+- Update and fix translation
+
v3.1.60 - 2022-05-09
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 4d062bff9..23a4ef291 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.60
-VERSION = (3, 1, 60)
+# 3.1.61
+VERSION = (3, 1, 61)
def get_version():