From c2cc66de1c2e2364c7cf5b074d0ade556ef81e43 Mon Sep 17 00:00:00 2001 From: quaxsze Date: Wed, 24 Mar 2021 18:22:26 +0100 Subject: [PATCH] Bump version 2.6.4 --- 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 f1809ac1d4..7d7a970d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.6.4 (2021-03-24) - Enhance self endpoint verification [2604](https://github.com/opendatateam/udata/pull/2604) diff --git a/README.md b/README.md index 13c74ab856..80c9dd4873 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.6.4/ diff --git a/udata/__init__.py b/udata/__init__.py index 7f4a074c6f..b8ccfcb5d7 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -4,5 +4,5 @@ uData ''' -__version__ = '2.6.4.dev' +__version__ = '2.6.4' __description__ = 'Open data portal' \ No newline at end of file