From 2418e1b852af862a47ac0b7d0ef1a1d30b942a0e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 19 Feb 2013 13:05:21 +0100 Subject: v2.0.2 description --- CHANGES.txt | 9 ++++++++- chimere/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 47e6443..355b988 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +2.0.2 (2013-02-19) +------------------ + +- map: fix permalink +- map: error tolerant to marker with no associated category +- map: better sort of news +- admin: improve marker list + 2.0.1 (2013-02-10) ------------------ @@ -5,7 +13,6 @@ - map: add attribution div - minor fix on the documentation - 2.0.0 (2013-02-02) ------------------ diff --git a/chimere/__init__.py b/chimere/__init__.py index 450d4e5..2ef2100 100644 --- a/chimere/__init__.py +++ b/chimere/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Copyright (C) 2012-2013 Étienne Loks -VERSION = (2, 0, 1) +VERSION = (2, 0, 2) def get_version(): return u'.'.join((unicode(num) for num in VERSION)) -- cgit v1.2.3