From 4147b1195f6df70dfd279c2c6ebe8be2e9824b5d Mon Sep 17 00:00:00 2001 From: quaxsze Date: Thu, 27 May 2021 17:38:00 +0200 Subject: [PATCH] Bump version 2.7.1 --- CHANGELOG.md | 2 +- README.md | 2 +- udata/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96632c4c52..97cbc876b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.7.1 (2021-05-27) - Add migration to roolback on resource's schema's name to None [#2615](https://github.com/opendatateam/udata/pull/2615) diff --git a/README.md b/README.md index 13c74ab856..7a29440e5a 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ for publishing udata's roadmap and for building consensus around it. It is collectively taken care of by members of the [OpenDataTeam](https://github.com/opendatateam). -[readthedocs-url]: https://udata.readthedocs.io/en/latest/ +[readthedocs-url]: https://udata.readthedocs.io/en/v2.7.1/ diff --git a/udata/__init__.py b/udata/__init__.py index 8253fe4fcf..b075a2323b 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -4,5 +4,5 @@ uData ''' -__version__ = '2.7.1.dev' +__version__ = '2.7.1' __description__ = 'Open data portal' \ No newline at end of file