From ac709d12662484705c409911db00868509c6c9f4 Mon Sep 17 00:00:00 2001 From: Chiyuan Zhang Date: Mon, 8 Feb 2016 12:56:59 -0500 Subject: [PATCH] prepare for v0.0.8 --- NEWS.md | 5 +++++ docs/conf.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c0d365a7336e..f11136c8cd46 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# v0.0.8 (2016.02.08) + +* Fix compatability with Julia v0.5. +* Fix seg-faults introduced by upstream API changes. + # v0.0.7 (2015.12.14) * Fix compatability with Julia v0.4.2 (@BigEpsilon) diff --git a/docs/conf.py b/docs/conf.py index 6293dcf80b3f..7454faa99eee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.0.7' +version = '0.0.8' # The full version, including alpha/beta/rc tags. -release = '0.0.7' +release = '0.0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.