diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bceffbedd..a558865628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 1.6.1 (2018-10-11) - Allows arguments and keyword arguments in the task `@connect` decorator [#1908](https://github.com/opendatateam/udata/pull/1908) - Allows to restore assets after being deleted (Datasets, Organizations and Reuses) [#1901](https://github.com/opendatateam/udata/pull/1901) diff --git a/README.md b/README.md index ee9142c7b9..268e46359e 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ The [full documentation][readthedocs-url] is hosted on Read the Docs. [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=v1.6.1 +[requires-io-badge]: https://requires.io/github/opendatateam/udata/requirements.svg?tag=v1.6.1 [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=v1.6.1 +[readthedocs-url]: https://udata.readthedocs.io/en/v1.6.1/ [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 363a6ec98d..34a8b0984b 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -5,5 +5,5 @@ ''' from __future__ import unicode_literals -__version__ = '1.6.1.dev' +__version__ = '1.6.1' __description__ = 'Open data portal'