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

Skip to content

Commit 7483939

Browse files
author
Ralf Gommers
committed
REL: set version to 0.10.0b1
1 parent 0fbe68c commit 7483939

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
@@ -101,7 +101,7 @@
101101

102102
# Start/end of the log (from git)
103103
LOG_START = 'v0.9.0'
104-
LOG_END = 'master'
104+
LOG_END = '0.10.x'
105105

106106

107107
#-------------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
MINOR = 10
4747
MICRO = 0
4848
ISRELEASED = False
49-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
49+
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
5050

5151

5252
# Return the git revision as a string

0 commit comments

Comments
 (0)