Skip to content

Commit 66773fa

Browse files
committed
Modifications for 0.6rc4 release
1 parent e1da0cf commit 66773fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '0.6'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.6rc3'
56+
release = '0.6rc4'
5757

5858
# There are two options for replacing |today|: either, you set today to some
5959
# non-false value, then it is used:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
MAJOR = 0
6767
MINOR = 6
6868
MICRO = 0
69-
SUFFIX = "rc3" # Should be blank except for rc's, betas, etc.
69+
SUFFIX = "rc4" # Should be blank except for rc's, betas, etc.
7070
ISRELEASED = False
7171

7272
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)

0 commit comments

Comments
 (0)