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

Skip to content

Commit ffd7eba

Browse files
author
Ralf Gommers
committed
REL: set version to 0.11.0rc2
1 parent e2fd3da commit ffd7eba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pavement.py

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

117117
# Start/end of the log (from git)
118118
LOG_START = 'v0.10.0'
119-
LOG_END = 'v0.11.0rc1'
119+
LOG_END = 'v0.11.0rc2'
120120

121121

122122
#-------------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
MAJOR = 0
4949
MINOR = 11
5050
MICRO = 0
51-
ISRELEASED = False
51+
ISRELEASED = True
5252
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
5353

5454

0 commit comments

Comments
 (0)