From 10e0ac399ae479f1bf646945ac7c809e168506fe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 12 Jan 2017 22:24:38 +0100 Subject: v0.99.2 --- CHANGES.md | 16 ++++++++++++++++ version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b404af7ef..0c8e2e167 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,22 @@ Ishtar changelog ================ +0.99.2 (2017-01-12) +------------------- + +### Features ### + +- Common: manage spatial reference systems +- Common: add a mapping module +- Finds: add explicit x, y, z, point (2d) +- Finds: automatically update point and point_2d when changing explicit coordinates + +### Bug fixes ### + +- Fix treatments views on cyclic treatments (should not happen but...) +- Fix treatment views migrations + + 0.99.1 (2017-01-11) ------------------- diff --git a/version.py b/version.py index 587208cee..0d66dac5d 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 1) +VERSION = (0, 99, 2) def get_version(): -- cgit v1.2.3