From 2b6b2936978737f56b5cf454426d7db80e5c9671 Mon Sep 17 00:00:00 2001 From: quaxsze Date: Wed, 19 May 2021 17:31:07 +0200 Subject: [PATCH] Bump version 2.6.5 --- 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 b5dfedcb4a..346e559644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.6.5 (2021-05-19) - Fix create user by API [#2609](https://github.com/opendatateam/udata/pull/2609) - Add sqlite, db and ics to allowed extensions [#2610](https://github.com/opendatateam/udata/pull/2610) diff --git a/README.md b/README.md index 13c74ab856..b396a28748 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.5/ diff --git a/udata/__init__.py b/udata/__init__.py index 38920b7a08..382fb4bda0 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -4,5 +4,5 @@ uData ''' -__version__ = '2.6.5.dev' +__version__ = '2.6.5' __description__ = 'Open data portal' \ No newline at end of file