From 12aa9b281165889c965c9952bea5c19ac2c12501 Mon Sep 17 00:00:00 2001 From: avdata99 Date: Thu, 30 Apr 2026 13:10:48 -0300 Subject: [PATCH] Release 2.3.1 --- CHANGELOG | 11 +++++++++++ pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 30d92178..503ff44c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,17 @@ CHANGELOG ========= See: https://github.com/ckan/ckanext-xloader/releases if this file has drifted. +2.3.1 2025-04-30 +================ + +## Feat: + +* #275 Implement a new Interface function for datastore_before_update + +## Fix + +* #274 Qld gov au GitHub 272 extra cells, multiple queues + 2.0.1 2025-03-04 ================ diff --git a/pyproject.toml b/pyproject.toml index c8635e65..39b996c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ckanext-xloader" -version = "2.3.0" +version = "2.3.1" description = "Express Loader - quickly load data into CKAN DataStore" classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", @@ -142,4 +142,4 @@ reportIncompleteStub = true reportUnsupportedDunderAll = true reportUnusedCoroutine = true reportUnnecessaryTypeIgnoreComment = true -reportMatchNotExhaustive = true \ No newline at end of file +reportMatchNotExhaustive = true