Skip to content

Commit

Permalink
Bump version for 6.1.0 release (#1168)
Browse files Browse the repository at this point in the history
* Bump version for release

* Update release date; targeting Wednesday 3rd June for release

* Update release date

* Update PR count
  • Loading branch information
mdickinson authored Jun 5, 2020
1 parent 02b7c62 commit c308373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Traits CHANGELOG
Release 6.1.0
-------------

Released: 2020-05-XX
Released: 2020-06-05

The Traits library is a foundational component of the Enthought Tool Suite. It
provides observable, typed attributes for Python classes, making those classes
Expand Down Expand Up @@ -139,7 +139,7 @@ future changes:
Detailed PR-by-PR changes
~~~~~~~~~~~~~~~~~~~~~~~~~

More than 150 PRs went into this release. The following people contributed
More than 160 PRs went into this release. The following people contributed
code changes for this release:

* Ieva Cernyte
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
MINOR = 1
MICRO = 0
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

0 comments on commit c308373

Please sign in to comment.