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

Skip to content

Commit c82deec

Browse files
author
Ralf Gommers
committed
REL: set version to 0.10.0
1 parent 5013ec0 commit c82deec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pavement.py

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

116116
# Start/end of the log (from git)
117117
LOG_START = 'v0.9.0'
118-
LOG_END = '0.10.x'
118+
LOG_END = 'v0.10.0'
119119

120120

121121
#-------------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
MAJOR = 0
5151
MINOR = 10
5252
MICRO = 0
53-
ISRELEASED = False
54-
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
53+
ISRELEASED = True
54+
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
5555

5656

5757
# Return the git revision as a string

0 commit comments

Comments
 (0)