Skip to content

Commit 3cd80e9

Browse files
author
Ralf Gommers
committed
REL: set version to 0.13.0b1
1 parent 7c36b55 commit 3cd80e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.12.0'
119-
LOG_END = 'master'
119+
LOG_END = 'v0.13.0b1'
120120

121121

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
MAJOR = 0
4949
MINOR = 13
5050
MICRO = 0
51-
ISRELEASED = False
52-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
51+
ISRELEASED = True
52+
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
5353

5454

5555
# Return the git revision as a string

0 commit comments

Comments
 (0)