summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-09 12:08:03 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-09 12:08:03 +0200
commit05003124ae5f03de6fe8fd4a9304dcf3d64e859e (patch)
treeb869d47f6ae65e008bf131f04c26df76d81320bd
parent9740a139fb349534b2abfad2976cb1ce20fcc88a (diff)
downloadIshtar-05003124ae5f03de6fe8fd4a9304dcf3d64e859e.tar.bz2
Ishtar-05003124ae5f03de6fe8fd4a9304dcf3d64e859e.zip
v0.95.3
-rw-r--r--CHANGES.txt1
-rw-r--r--version.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 368f5a3c4..f6473a10a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,7 @@ Bug fixes:
- Fix operation code for operation with no year (or year 0)
- Fix warehouse creation
- Allow to save a find if no operation is defined
+- Add PROJECT_SLUG to default installation
0.94 (2016-06-03)
-----------------
diff --git a/version.py b/version.py
index 2c496f753..125271355 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 95, 2)
+VERSION = (0, 95, 3)
def get_version():