We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666a7c3 commit b16c16eCopy full SHA for b16c16e
CHANGES.txt
@@ -1,6 +1,21 @@
1
Chaco CHANGELOG
2
===============
3
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
15
16
+* Ioannis Tziakos
17
18
19
Release 6.1.0
20
-------------
21
setup.py
@@ -21,7 +21,7 @@
MINOR = 1
22
MICRO = 1
23
PRERELEASE = ""
24
-IS_RELEASED = False
+IS_RELEASED = True
25
26
# If this file is part of a Git export (for example created with "git archive",
27
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the
0 commit comments