diff --git a/CHANGELOG.md b/CHANGELOG.md index dd687be594..c760cb3a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 1.1.2 (2017-09-04) - Handle territory URLs generation without validity [#1068](https://github.com/opendatateam/udata/issues/1068) diff --git a/README.md b/README.md index 9034959cf4..5973703375 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.2 +[readthedocs-url]: https://udata.readthedocs.io/en/v1.1.2/ diff --git a/udata/__init__.py b/udata/__init__.py index e5e670ed91..a55ba1ae87 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -5,5 +5,5 @@ ''' from __future__ import unicode_literals -__version__ = '1.1.2.dev' +__version__ = '1.1.2' __description__ = 'Open data portal'