summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md5
-rw-r--r--version.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b0b04ae8c..72ce9f3a2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
Ishtar changelog
================
+v0.99.13.1 (2017-02-20)
+-----------------------
+### Bug fixes ###
+- Warehouse: fix warehouse creation with no divisions (refs #3481)
+
v0.99.13 (2017-02-17)
--------------------
### Features ###
diff --git a/version.py b/version.py
index 71bcbeeac..d56165a04 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 13)
+VERSION = (0, 99, 13, 1)
def get_version():