From 10dcf9f23dd60e6f26eb0273f70ef160010185b3 Mon Sep 17 00:00:00 2001 From: Axel Haustant Date: Sat, 1 Apr 2017 13:05:50 +0200 Subject: [PATCH] Bump version 1.0.6 --- 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 a2ba0361ea..91718b6b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 1.0.6 (2017-04-01) - Default values are properly displayed on dataset form [#745](https://github.com/opendatateam/udata/issues/745) diff --git a/README.md b/README.md index 9482a33f64..856e1c5fad 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ 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.0.6 +[requires-io-badge]: https://requires.io/github/opendatateam/udata/requirements.svg?tag=v1.0.6 [david-dm-url]: https://david-dm.org/opendatateam/udata [david-dm-badge]: https://img.shields.io/david/opendatateam/udata.svg [david-dm-dev-url]: https://david-dm.org/opendatateam/udata#info=devDependencies [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.0.6 +[readthedocs-url]: https://udata.readthedocs.io/en/v1.0.6/ diff --git a/udata/__init__.py b/udata/__init__.py index 9b341560e2..bf2ba85315 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -5,5 +5,5 @@ ''' from __future__ import unicode_literals -__version__ = '1.0.6.dev' +__version__ = '1.0.6' __description__ = 'Open data portal'