From 67c8bb2d6e319d7a95fc574a76736e5c20d05523 Mon Sep 17 00:00:00 2001 From: Chiyuan Zhang Date: Wed, 2 Dec 2015 00:42:26 -0500 Subject: [PATCH] prepare for v0.0.6 (c.f. #42) --- NEWS.md | 6 ++++++ docs/conf.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index d50bd5ed9..dd95dbb5f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +$ v0.0.6 (2015.12.02) + +* Variants of Xaiver initializers (@vchuravy) +* More arithmetic operators on symbolic nodes +* Basic interface for symbolic node attributes (@vchuravy) + # v0.0.5 (2015.11.14) * char-lstm example. diff --git a/docs/conf.py b/docs/conf.py index c2a405765..32e0d28f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.0.5' +version = '0.0.6' # The full version, including alpha/beta/rc tags. -release = '0.0.5' +release = '0.0.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.