提交 6b45d805 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

modifications for 0.3.1 release

上级 19b8d8dd
Modifications in the trunk since the last release Modifications in the trunk since the last release
Theano 0.3.1rc3 (2011-02-21) Theano 0.3.1 (2011-02-21)
---------------------------- ----------------------------
Deprecation: Deprecation:
......
...@@ -53,7 +53,7 @@ copyright = '2008--2011, LISA lab' ...@@ -53,7 +53,7 @@ copyright = '2008--2011, LISA lab'
# The short X.Y version. # The short X.Y version.
version = '0.3.1' version = '0.3.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.3.1rc3' release = '0.3.1'
# 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:
......
...@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] ...@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0 MAJOR = 0
MINOR = 3 MINOR = 3
MICRO = 1 MICRO = 1
SUFFIX = "rc3" # Should be blank except for rc's, betas, etc. SUFFIX = "" # 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论