From e8a9c833b09748e359f0843a83db5d644b4edefc Mon Sep 17 00:00:00 2001 From: quaxsze Date: Tue, 12 May 2020 16:50:55 +0200 Subject: [PATCH] Bump version 2.1.0 --- CHANGELOG.md | 2 +- README.md | 8 ++++---- udata/__init__.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350c3d7713..0421f2846a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.1.0 (2020-05-12) ### Breaking changes diff --git a/README.md b/README.md index 63b631f36f..e63636105c 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ It is collectively taken care of by members of the [circleci-url]: https://circleci.com/gh/opendatateam/udata [circleci-badge]: https://circleci.com/gh/opendatateam/udata.svg?style=shield -[requires-io-url]: https://requires.io/github/opendatateam/udata/requirements/?branch=master -[requires-io-badge]: https://requires.io/github/opendatateam/udata/requirements.svg?branch=master +[requires-io-url]: https://requires.io/github/opendatateam/udata/requirements/?tag=v2.1.0 +[requires-io-badge]: https://requires.io/github/opendatateam/udata/requirements.svg?tag=v2.1.0 [david-dm-url]: https://david-dm.org/opendatateam/udata [david-dm-badge]: https://img.shields.io/david/opendatateam/udata/status.svg [david-dm-dev-url]: https://david-dm.org/opendatateam/udata?type=dev [david-dm-dev-badge]: https://david-dm.org/opendatateam/udata/dev-status.svg [gitter-badge]: https://badges.gitter.im/Join%20Chat.svg [gitter-url]: https://gitter.im/opendatateam/udata -[readthedocs-badge]: https://readthedocs.org/projects/udata/badge/?version=latest -[readthedocs-url]: https://udata.readthedocs.io/en/latest/ +[readthedocs-badge]: https://readthedocs.org/projects/udata/badge/?version=v2.1.0 +[readthedocs-url]: https://udata.readthedocs.io/en/v2.1.0/ [crowdin-badge]: https://d322cqt584bo4o.cloudfront.net/udata/localized.svg [crowdin-url]: https://crowdin.com/project/udata diff --git a/udata/__init__.py b/udata/__init__.py index e470d1a8f9..f3b49590c7 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -4,5 +4,5 @@ uData ''' -__version__ = '2.0.5.dev' +__version__ = '2.1.0' __description__ = 'Open data portal' \ No newline at end of file