summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-24 11:00:23 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-24 11:00:23 +0100
commit3fbc69487b0fde33bb78f8d92da8eac25cb5da2e (patch)
tree170808b93033e06d94a99da8a00bf43ab10d2f53
parente3ae2c83b17373d8376176d75435c0cbcd09764f (diff)
downloadIshtar-3fbc69487b0fde33bb78f8d92da8eac25cb5da2e.tar.bz2
Ishtar-3fbc69487b0fde33bb78f8d92da8eac25cb5da2e.zip
v0.99.4
-rw-r--r--CHANGES.md18
-rw-r--r--version.py2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d41f7aa44..466d91d1d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,24 @@
Ishtar changelog
================
+0.99.4 (2017-01-24)
+-------------------
+
+### Features ###
+
+- New specific view to display items (available for finds)
+- Add a command to clean Ishtar DB
+- Import: new formater types - new fixture
+- Admin: add item key
+
+### Bug fixes ###
+
+- Operations: fix deletion of sym-linked operations
+- Parcels: on associated operation or file detachment remove the parcel
+- Fix inline_formset id in template
+- Imports: fix attached files imports
+
+
0.99.3 (2017-01-20)
-------------------
diff --git a/version.py b/version.py
index 128b5c14a..2092b9c8f 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 3)
+VERSION = (0, 99, 4)
def get_version():