File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Traits CHANGELOG
4
4
Release 6.1.0
5
5
-------------
6
6
7
- Released: 2020-05-XX
7
+ Released: 2020-06-05
8
8
9
9
The Traits library is a foundational component of the Enthought Tool Suite. It
10
10
provides observable, typed attributes for Python classes, making those classes
@@ -139,7 +139,7 @@ future changes:
139
139
Detailed PR-by-PR changes
140
140
~~~~~~~~~~~~~~~~~~~~~~~~~
141
141
142
- More than 150 PRs went into this release. The following people contributed
142
+ More than 160 PRs went into this release. The following people contributed
143
143
code changes for this release:
144
144
145
145
* Ieva Cernyte
Original file line number Diff line number Diff line change 22
22
MINOR = 1
23
23
MICRO = 0
24
24
PRERELEASE = ""
25
- IS_RELEASED = False
25
+ IS_RELEASED = True
26
26
27
27
# If this file is part of a Git export (for example created with "git archive",
28
28
# 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