File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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+
537Version 6.1.0
638=============
739
Original file line number Diff line number Diff line change 2222MINOR = 1
2323MICRO = 1
2424PRERELEASE = ""
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
You can’t perform that action at this time.
0 commit comments