From ac558d6d1751054247ad2bfbb9e531e4b138b457 Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 13 Dec 2023 11:27:53 +0100 Subject: [PATCH] Bump version for 2.10.3, we'll skip 2.10.2 :( --- CHANGELOG.rst | 7 ++++++- ckan/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 342993fad8c..cce669a976b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Changelog .. towncrier release notes start -v.2.10.2 2023-12-13 +v.2.10.3 2023-12-13 =================== @@ -114,6 +114,11 @@ Bugfixes - Fix downloading datastore resources as json with null values in json columns (`#7545 `_) +v.2.10.2 +======== + +Unreleased + v.2.10.1 2023-05-24 =================== diff --git a/ckan/__init__.py b/ckan/__init__.py index 141bcf5312c..b786067007a 100644 --- a/ckan/__init__.py +++ b/ckan/__init__.py @@ -1,6 +1,6 @@ # encoding: utf-8 -__version__ = "2.10.2" +__version__ = "2.10.3" # The packaging system relies on this import, please do not remove it # type_ignore_reason: pyright thinks it's iterable