diff options
-rw-r--r-- | CHANGES.txt | 1 | ||||
-rw-r--r-- | version.py | 2 |
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(): |