summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-08 18:57:51 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-08 18:57:51 +0200
commit723b096454dd7a7bac9b40de58f2d77d212bdfe1 (patch)
tree51de94c2bd94cac439c55f248327d1c69c6f7d60
parent8876c2365c5ce6af573be5ec262c184071acc1db (diff)
downloadIshtar-723b096454dd7a7bac9b40de58f2d77d212bdfe1.tar.bz2
Ishtar-723b096454dd7a7bac9b40de58f2d77d212bdfe1.zip
v0.95.1
-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 3989c84c6..368f5a3c4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,7 @@ Bug fixes:
- Basket update after a treatment
- Fix operation code for operation with no year (or year 0)
- Fix warehouse creation
+- Allow to save a find if no operation is defined
0.94 (2016-06-03)
-----------------
diff --git a/version.py b/version.py
index 4e4579b55..45af47803 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 95)
+VERSION = (0, 95, 1)
def get_version():