diff options
-rw-r--r-- | CHANGELOG.md (renamed from CHANGES.txt) | 13 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGELOG.md index 151bfeb..1a18f07 100644 --- a/CHANGES.txt +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +Chimère changelog +=============== + +2.99 (pre-v3) +------------- + +Too many changes to be listed ;) + +Mainly: +- python 2 to python 3 +- django 1.4 to django 1.8+ +- openlayers 2 to openlayers 3 + 2.0.3 (2013-05-29) ------------------ @@ -1,4 +1,4 @@ -VERSION = (2, 99, 3) +VERSION = (2, 99, 0) def get_version(): |