提交 63d3f026 authored 作者: Frederic Bastien's avatar Frederic Bastien

modifications for 0.3.1rc1 release

上级 43e30cc3
......@@ -45,15 +45,15 @@ master_doc = 'index'
# General substitutions.
project = 'Theano'
copyright = '2008--2010, LISA lab'
copyright = '2008--2011, LISA lab'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.3.1'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.1rc1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
......
......@@ -47,8 +47,8 @@ AUTHOR_EMAIL = "theano-dev@googlegroups.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 3
MICRO = 0
SUFFIX = "" # Should be blank except for rc's, betas, etc.
MICRO = 1
SUFFIX = "rc1" # Should be blank except for rc's, betas, etc.
ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论