Skip to content

Commit bb9ae74

Browse files
committed
Bump version, update changelog for 6.1.1 release
1 parent b2ca643 commit bb9ae74

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGES.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22
Envisage CHANGELOG
33
====================
44

5+
Version 6.1.1
6+
=============
7+
8+
Released: 2023-02-07
9+
10+
This is a bugfix release that fixes an incompatibility between the workbench
11+
code and the latest Traits version, among other minor fixes.
12+
13+
Thanks to:
14+
15+
* Mark Dickinson
16+
* Prabhu Ramachandran
17+
* Scott Talbert
18+
19+
Fixes
20+
-----
21+
* A trait validation error in the Workbench ``DefaultActionSet`` has been
22+
fixed. This fixes a compatibility issue with Traits 6.4. (#485)
23+
* Initialization of application directories now correctly respects the
24+
value of ``self.state_location``. (#490)
25+
* In the test suite, egg generation now uses ``sys.executable`` to ensure
26+
it picks up the correct Python executable. (#499)
27+
28+
Other changes
29+
-------------
30+
* The version of PySide6 used in test workflows has been restricted. (#487)
31+
* The EDM version used in test workflow has been updated. (#484)
32+
* Various fixes have been made to the GitHub Actions workflows, for
33+
compatibility with the newest runners. (#491, #494)
34+
* Copyright headers have been updated for 2023. (#493)
35+
36+
537
Version 6.1.0
638
=============
739

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
MINOR = 1
2323
MICRO = 1
2424
PRERELEASE = ""
25-
IS_RELEASED = False
25+
IS_RELEASED = True
2626

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

0 commit comments

Comments
 (0)