From 21fa4d4f4444082c47b0f78673840c273251bee7 Mon Sep 17 00:00:00 2001 From: William Dutton Date: Wed, 16 Oct 2024 13:18:18 +1000 Subject: [PATCH] chore: update changelog/bump version 1.1.1 --- CHANGELOG | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ec8d2382..9159bc03 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +1.1.0 2024-10-16 +================ + +Fixes: +* feat: Add pypi cicd publish via github action via environment controls by @duttonw in https://github.com/ckan/ckanext-xloader/pull/228 + + +**Full Changelog**: https://github.com/ckan/ckanext-xloader/compare/1.1.0...1.1.1 + + 1.1.0 2024-10-15 ================ diff --git a/setup.py b/setup.py index 1c0dd931..b3c7ec68 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='1.1.0', + version='1.1.1', description='Express Loader - quickly load data into CKAN DataStore''', long_description=long_description,