From 65016d2a58f58f042ab7017f156e1054602363dd Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 28 May 2018 15:01:09 -0600 Subject: Update version to 0.9.1rc1 to try and fix #421 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 97c6269b..f0c55ee1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ author = 'Catherine Devlin and Todd Leonhardt' # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.0' +release = '0.9.1rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1 From 393cb71ee2eb79f9ef8f78e0d2796f479b929fd5 Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 28 May 2018 15:26:39 -0600 Subject: Update version to 0.9.0.1 for #421 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index f0c55ee1..4803309e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ author = 'Catherine Devlin and Todd Leonhardt' # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.1rc1' +release = '0.9.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1 From a72219b1431627fdd2ce500d5f0f2bad26b3a6d3 Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 28 May 2018 16:05:22 -0600 Subject: Update version to 0.9.1 for #421 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 4803309e..997405dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ author = 'Catherine Devlin and Todd Leonhardt' # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.0.1' +release = '0.9.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1