diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de6e414b8..842e647c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 1.1.1 (2017-07-31) - Fix an issue preventing reuse edition: [#1027](https://github.com/opendatateam/udata/issues/1027) diff --git a/README.md b/README.md index 9034959cf4..82d09a8da6 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ The [full documentation][readthedocs-url] is hosted on Read the Docs. [david-dm-dev-badge]: https://david-dm.org/opendatateam/udata/dev/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.1.1 +[readthedocs-url]: https://udata.readthedocs.io/en/v1.1.1/ diff --git a/udata/__init__.py b/udata/__init__.py index 0571545abd..37bbfb9fb5 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -5,5 +5,5 @@ ''' from __future__ import unicode_literals -__version__ = '1.1.1.dev' +__version__ = '1.1.1' __description__ = 'Open data portal'