Skip to content

Commit 2886c7f

Browse files
committed
REL: set version to 1.6.0rc1
1 parent 634f45c commit 2886c7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
# Start/end of the log (from git)
7575
LOG_START = 'v1.5.0'
76-
LOG_END = 'master'
76+
LOG_END = 'maintenance/1.6.x'
7777

7878

7979
#-------------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
MAJOR = 1
5757
MINOR = 6
5858
MICRO = 0
59-
ISRELEASED = False
60-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
59+
ISRELEASED = True
60+
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
6161

6262

6363
# Return the git revision as a string

0 commit comments

Comments
 (0)