From 6da83caf05da8ca598f66a9d3c9bd9ddf0ec343c Mon Sep 17 00:00:00 2001 From: Axel Haustant Date: Tue, 5 Sep 2017 20:35:53 +0200 Subject: [PATCH] Bump version 1.1.4 --- CHANGELOG.md | 2 +- README.md | 4 ++-- udata/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed63a0c8b7..30290e4b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 1.1.4 (2017-09-05) - Fix packaging diff --git a/README.md b/README.md index 9034959cf4..07b376743a 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.4 +[readthedocs-url]: https://udata.readthedocs.io/en/v1.1.4/ diff --git a/udata/__init__.py b/udata/__init__.py index 6c01634596..3f58bdb892 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -5,5 +5,5 @@ ''' from __future__ import unicode_literals -__version__ = '1.1.4.dev' +__version__ = '1.1.4' __description__ = 'Open data portal'