提交 e7a68bd9 authored 作者: Frederic's avatar Frederic

Modifications for 0.6rc1 release

上级 489102b0
...@@ -51,9 +51,9 @@ copyright = '2008--2012, LISA lab' ...@@ -51,9 +51,9 @@ copyright = '2008--2012, LISA lab'
# other places throughout the built documents. # other places throughout the built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.5' version = '0.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.5' release = '0.6rc1'
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
......
...@@ -294,7 +294,7 @@ import theano and print the config variable, as in: ...@@ -294,7 +294,7 @@ import theano and print the config variable, as in:
.. attribute:: config.warn.ignore_bug_before .. attribute:: config.warn.ignore_bug_before
String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5' String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6'
Default: 'None' Default: 'None'
......
...@@ -44,9 +44,9 @@ AUTHOR = "LISA laboratory, University of Montreal" ...@@ -44,9 +44,9 @@ AUTHOR = "LISA laboratory, University of Montreal"
AUTHOR_EMAIL = "theano-dev@googlegroups.com" AUTHOR_EMAIL = "theano-dev@googlegroups.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0 MAJOR = 0
MINOR = 5 MINOR = 6
MICRO = 0 MICRO = 0
SUFFIX = "" # Should be blank except for rc's, betas, etc. SUFFIX = "rc1" # Should be blank except for rc's, betas, etc.
ISRELEASED = False ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX) VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论