Skip to content

Commit 67c8bb2

Browse files
committed
prepare for v0.0.6 (c.f. #42)
1 parent fdf536c commit 67c8bb2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
$ v0.0.6 (2015.12.02)
2+
3+
* Variants of Xaiver initializers (@vchuravy)
4+
* More arithmetic operators on symbolic nodes
5+
* Basic interface for symbolic node attributes (@vchuravy)
6+
17
# v0.0.5 (2015.11.14)
28

39
* char-lstm example.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.0.5'
59+
version = '0.0.6'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.0.5'
61+
release = '0.0.6'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

0 commit comments

Comments
 (0)