summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-03-07 11:13:48 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-03-07 11:13:48 +0100
commit260cf714668f188b2aca677428a0455f412b31b7 (patch)
tree4e19a513ac198a45b1ca81fef81abc3182ab1bcd
parent7970a1ae23bff0b570a0fbfc9114eb7e762c09f4 (diff)
downloadIshtar-260cf714668f188b2aca677428a0455f412b31b7.tar.bz2
Ishtar-260cf714668f188b2aca677428a0455f412b31b7.zip
Update changelog and version (v2!)
-rw-r--r--CHANGES.md18
-rw-r--r--version.py4
2 files changed, 20 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5256f6808..d3bb86e20 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,24 @@
Ishtar changelog
================
+v2.0.0 (2017-03-01)
+-------------------
+
+For release for v2. Many great improvements and bug fixes.
+
+### Main features ###
+- migration to Django 1.11
+- full rework on the UI (using bootstrap)
+- update / change many JS libraries (particularly DataTables for tables and lightgallery for photos)
+- real full-txt search (postgres search field) with unaccented search management
+- JSON fields (import and display in card)
+- new library for managing OpenDocument templates (secretary) - migration script - image management
+- conservation module
+- underwater module
+- site module
+- manage relation between towns (particularly to manage INSEE code)
+- imports: target key can be associated to current import, current user, current group or to all users
+
v1.0.0 (2017-09-21)
-------------------
diff --git a/version.py b/version.py
index fbe47cd66..8b0ba2d6d 100644
--- a/version.py
+++ b/version.py
@@ -1,5 +1,5 @@
-# 1.99.19
-VERSION = (1, 99, 19)
+# 2.0.0
+VERSION = (2, 0, 0)
def get_version():