From fb9743fc51ae89b6e3cea6f2796e7e4f596a6e91 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Sat, 18 Oct 2025 10:40:37 +0100 Subject: [PATCH 1/2] Update changelong --- CHANGES.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 0ebf69917..04f8d32be 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,21 @@ Chaco CHANGELOG =============== +Release 6.1.1 +------------- + +A bugfix release which updates pypi wheel upload workflow + +Thanks to all who contributed to the release: + +* Fix pypi upload workflow (#922) +* Set correct minimum Python version in setup.py (#922) + +Thanks to all who contributed to the release: + +* Ioannis Tziakos + + Release 6.1.0 ------------- From de1e3d3d3811c02481338eeecb6637f76da527e8 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Sat, 18 Oct 2025 10:41:07 +0100 Subject: [PATCH 2/2] Set release 6.1.1 commit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a8754f74..dfe2bec95 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ MINOR = 1 MICRO = 1 PRERELEASE = "" -IS_RELEASED = False +IS_RELEASED = True # If this file is part of a Git export (for example created with "git archive", # or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the