From 5c1493c5b05538f716891c2ea7b6a35362b73e2e Mon Sep 17 00:00:00 2001 From: quaxsze Date: Wed, 5 Aug 2020 15:08:24 +0200 Subject: [PATCH] Bump version 2.2.0 --- CHANGELOG.md | 2 +- README.md | 2 +- udata/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0309082f..e0b437adcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.2.0 (2020-08-05) - CORS are now handled by Flask-CORS instead of Flask-RestPlus[#2485](https://github.com/opendatateam/udata/pull/2485) - Oauth changes [#2510](https://github.com/opendatateam/udata/pull/2510): diff --git a/README.md b/README.md index 13c74ab856..6ca01a66c1 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ for publishing udata's roadmap and for building consensus around it. It is collectively taken care of by members of the [OpenDataTeam](https://github.com/opendatateam). -[readthedocs-url]: https://udata.readthedocs.io/en/latest/ +[readthedocs-url]: https://udata.readthedocs.io/en/v2.2.0/ diff --git a/udata/__init__.py b/udata/__init__.py index 45c44dc7c2..d41b85ca15 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -4,5 +4,5 @@ uData ''' -__version__ = '2.1.4.dev' +__version__ = '2.2.0' __description__ = 'Open data portal' \ No newline at end of file