Skip to content

Commit 9349ab9

Browse files
authored
Bump version, update changelog for the 6.0 final release (#895)
* Bump version, update changelog for the 6.0 final release * Bump release date
1 parent d995370 commit 9349ab9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Traits CHANGELOG
22
================
33

4+
Release 6.0.0
5+
-------------
6+
7+
Released: 2020-02-14
8+
9+
No changes since the 6.0.0rc0 release candidate.
10+
11+
412
Release 6.0.0rc0
513
----------------
614

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
MAJOR = 6
2323
MINOR = 0
2424
MICRO = 0
25-
PRERELEASE = "rc0"
25+
PRERELEASE = ""
2626
IS_RELEASED = True
2727

2828
# If this file is part of a Git export (for example created with "git archive",

0 commit comments

Comments
 (0)