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 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(): |