From 501777804414368048f66b90a62809e88aaaae31 Mon Sep 17 00:00:00 2001 From: quaxsze Date: Tue, 26 Jan 2021 11:41:39 +0100 Subject: [PATCH] Bump version 2.6.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 809bc86c3d..1ab0b36588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.6.1 (2021-01-26) - Fix url_for method in organization's catalog's view [#2587](https://github.com/opendatateam/udata/pull/2587) diff --git a/README.md b/README.md index 13c74ab856..c5773d6aab 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.1/ diff --git a/udata/__init__.py b/udata/__init__.py index 04de142a6c..1ed766779f 100644 --- a/udata/__init__.py +++ b/udata/__init__.py @@ -4,5 +4,5 @@ uData ''' -__version__ = '2.6.1.dev' +__version__ = '2.6.1' __description__ = 'Open data portal' \ No newline at end of file