From 56c94d19e6d8bba3adceaa212de378405062cc46 Mon Sep 17 00:00:00 2001 From: Brian J Smith Date: Wed, 7 Jun 2017 19:57:25 -0500 Subject: [PATCH] Update documentation version to 0.10.1. --- NEWS.md | 3 +++ doc/conf.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 50c750b..243b27b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,9 @@ ## Version Updates +### 0.10.1 +* Replace Graphs package dependency with LightGraphs.. + ### 0.10.0 * Initial release for julia 0.5. * Branched off of *Mamba* 0.9.2. diff --git a/doc/conf.py b/doc/conf.py index e543e72..6731cb9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '0.10.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.