From 40a7fdb0baf7cc32115883bcbf2d52c2c003fc9a Mon Sep 17 00:00:00 2001 From: quaxsze Date: Tue, 25 May 2021 12:41:37 +0200 Subject: [PATCH] Bump version 2.7.0 --- 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 db5f685e18..28f580363d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.7.0 (2021-05-25) - Modify `schema` field to resource. This field is now a nested field containing two sub-properties `name` and `version` [#2600](https://github.com/opendatateam/udata/pull/2600). - Add a `schema_version` facet to the dataset search (need to be reindex to appear in results) [#2600](https://github.com/opendatateam/udata/pull/2600). diff --git a/README.md b/README.md index 13c74ab856..5cdf8999d6 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.0/ diff --git a/udata/__init__.py b/udata/__init__.py index 780f760c6c..5682f3e559 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -4,5 +4,5 @@ uData ''' -__version__ = '2.6.6.dev' +__version__ = '2.7.0' __description__ = 'Open data portal' \ No newline at end of file