Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca07bce

Browse files
author
Ralf Gommers
committed
REL: set version to 1.6.2.
1 parent 5982e1b commit ca07bce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pavement.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
RELEASE_NOTES = 'doc/release/1.6.2-notes.rst'
102102

103103
# Start/end of the log (from git)
104-
LOG_START = 'v1.5.0'
105-
LOG_END = 'v1.6.2rc1'
104+
LOG_START = 'v1.6.1'
105+
LOG_END = 'v1.6.2'
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 = 2
60-
ISRELEASED = False
61-
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
60+
ISRELEASED = True
61+
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6262

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

0 commit comments

Comments
 (0)