summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-09 19:54:16 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-09 19:54:16 +0200
commit38e5f091e56c25668745679cf638eac67b70db42 (patch)
treefb60f3ff6c905e6d6dbcf86b1f76cd2d6158ffd0
parent034ec40bce87338758a19ccd734be797dc8f7ba0 (diff)
downloadIshtar-38e5f091e56c25668745679cf638eac67b70db42.tar.bz2
Ishtar-38e5f091e56c25668745679cf638eac67b70db42.zip
New version
-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():