From 35981494808471f194146da3afcafccf4d9c5893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Bult=C3=A9?= Date: Mon, 4 May 2020 17:54:55 +0200 Subject: [PATCH] Bump version 2.0.4 --- 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 42894a4328..c938871f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.0.4 (2020-05-04) - Fix export-csv command (py3 compat) [#2472](https://github.com/opendatateam/udata/pull/2472) diff --git a/README.md b/README.md index 63b631f36f..4979cebdab 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.0.4 +[requires-io-badge]: https://requires.io/github/opendatateam/udata/requirements.svg?tag=v2.0.4 [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.0.4 +[readthedocs-url]: https://udata.readthedocs.io/en/v2.0.4/ [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 7e301fdf43..b4d76e46cb 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -4,5 +4,5 @@ uData ''' -__version__ = '2.0.4.dev' +__version__ = '2.0.4' __description__ = 'Open data portal' \ No newline at end of file