提交 3fde255a authored 作者: Frederic's avatar Frederic

Modifications for 0.6rc2 release

上级 d929e0aa
...@@ -8,11 +8,11 @@ done up to PR 1084 ...@@ -8,11 +8,11 @@ done up to PR 1084
============= =============
Release Notes (DRAFT) Release Notes
============= =============
Theano 0.6rc2 (November ?st, 2012) Theano 0.6rc2 (November 21th, 2012)
================================= ===================================
Highlight: Highlight:
* Fix a few regression inserted in 0.6rc1 * Fix a few regression inserted in 0.6rc1
......
...@@ -53,7 +53,7 @@ copyright = '2008--2012, LISA lab' ...@@ -53,7 +53,7 @@ copyright = '2008--2012, LISA lab'
# The short X.Y version. # The short X.Y version.
version = '0.6' version = '0.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.6rc1' release = '0.6rc2'
# 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:
......
...@@ -55,7 +55,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] ...@@ -55,7 +55,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0 MAJOR = 0
MINOR = 6 MINOR = 6
MICRO = 0 MICRO = 0
SUFFIX = "rc1" # Should be blank except for rc's, betas, etc. SUFFIX = "rc2" # 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论