From c308373e821d6cd698dfa5b8adcf5bb01143af0e Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 5 Jun 2020 10:31:58 +0100 Subject: [PATCH] Bump version for 6.1.0 release (#1168) * Bump version for release * Update release date; targeting Wednesday 3rd June for release * Update release date * Update PR count --- CHANGES.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 16944cf67..80223ca9f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 @@ -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 diff --git a/setup.py b/setup.py index ed36b71e4..4be772c82 100644 --- a/setup.py +++ b/setup.py @@ -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