From 14e80758d9306c8bf3f8aa6249757f2b7da087de Mon Sep 17 00:00:00 2001 From: Pierre GIRAUD Date: Wed, 23 Jul 2014 20:50:27 +0200 Subject: [PATCH] Bump version 2.3.0 --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5072e92c..db3d2af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ OSM Tasking Manager Changelog ============================= +## 2.3.0 (2014-07-24) + + * Project creation workflow is made easier. KML can also be used as source. + * Projects list can be filtered to show only user's projects + * Projects can have a limited validity and be automatically archived after a + given date. + * Stats tab layout has been redesigned. + * Project managers can now assign tasks to contributors. + * Fixed issue with automatic unlock. + * A link to overpass turbo were added to user profile page. + * Transifex is now used for translations. + * More languages were added. We now support de, es, fr, ja, pt, zw_TW. + * Fixed a bunch of more or less blocker bugs. + ## 2.2 (2014-07-17) * Task can be downloaded as .osm. Loads directly in JOSM. diff --git a/setup.py b/setup.py index b61c38f3..466fe6de 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ] setup(name='osmtm', - version='2.2', + version='2.3.0', description='osmtm', long_description=README + '\n\n' + CHANGES, classifiers=[