Skip to content

Commit ac709d1

Browse files
committed
prepare for v0.0.8
1 parent 1c707a2 commit ac709d1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.0.8 (2016.02.08)
2+
3+
* Fix compatability with Julia v0.5.
4+
* Fix seg-faults introduced by upstream API changes.
5+
16
# v0.0.7 (2015.12.14)
27

38
* Fix compatability with Julia v0.4.2 (@BigEpsilon)

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.7'
59+
version = '0.0.8'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.0.7'
61+
release = '0.0.8'
6262

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

0 commit comments

Comments
 (0)