Skip to content

Commit e7a68bd

Browse files
committed
Modifications for 0.6rc1 release
1 parent 489102b commit e7a68bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# other places throughout the built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.5'
54+
version = '0.6'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.5'
56+
release = '0.6rc1'
5757

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

doc/library/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ import theano and print the config variable, as in:
294294

295295
.. attribute:: config.warn.ignore_bug_before
296296

297-
String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5'
297+
String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6'
298298

299299
Default: 'None'
300300

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
AUTHOR_EMAIL = "[email protected]"
4545
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
4646
MAJOR = 0
47-
MINOR = 5
47+
MINOR = 6
4848
MICRO = 0
49-
SUFFIX = "" # Should be blank except for rc's, betas, etc.
49+
SUFFIX = "rc1" # Should be blank except for rc's, betas, etc.
5050
ISRELEASED = False
5151

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

0 commit comments

Comments
 (0)