Skip to content

Commit b11e3af

Browse files
author
rgommers
committed
REL: tag 1.6.1rc1
1 parent 5765325 commit b11e3af

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
@@ -102,7 +102,7 @@
102102

103103
# Start/end of the log (from git)
104104
LOG_START = 'v1.5.0'
105-
LOG_END = 'v1.6.0'
105+
LOG_END = 'v1.6.1rc1'
106106

107107

108108
#-------------------------------------------------------

setup.py

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

6363
# Return the git revision as a string
6464
def git_version():

0 commit comments

Comments
 (0)