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

Skip to content

Commit 1f6595e

Browse files
author
Ralf Gommers
committed
REL: master open for development of 0.11.x series.
1 parent 0fbe68c commit 1f6595e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pavement.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
#-----------------------------------
9898

9999
# Source of the release notes
100-
RELEASE = 'doc/release/0.10.0-notes.rst'
100+
RELEASE = 'doc/release/0.11.0-notes.rst'
101101

102102
# Start/end of the log (from git)
103-
LOG_START = 'v0.9.0'
103+
LOG_START = 'v0.10.0'
104104
LOG_END = 'master'
105105

106106

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"""
4444

4545
MAJOR = 0
46-
MINOR = 10
46+
MINOR = 11
4747
MICRO = 0
4848
ISRELEASED = False
4949
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

0 commit comments

Comments
 (0)