Skip to content

Commit b16c16e

Browse files
authored
Cp311/prepare 6.1.1 release (#923)
- Update ChangeLog - Set release commit for 6.1.1
1 parent 666a7c3 commit b16c16e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Chaco CHANGELOG
22
===============
33

4+
Release 6.1.1
5+
-------------
6+
7+
A bugfix release which updates pypi wheel upload workflow
8+
9+
Thanks to all who contributed to the release:
10+
11+
* Fix pypi upload workflow (#922)
12+
* Set correct minimum Python version in setup.py (#922)
13+
14+
Thanks to all who contributed to the release:
15+
16+
* Ioannis Tziakos
17+
18+
419
Release 6.1.0
520
-------------
621

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
MINOR = 1
2222
MICRO = 1
2323
PRERELEASE = ""
24-
IS_RELEASED = False
24+
IS_RELEASED = True
2525

2626
# If this file is part of a Git export (for example created with "git archive",
2727
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the

0 commit comments

Comments
 (0)