Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down