diff --git a/doc/conf.py b/doc/conf.py index f8fa041..5de46e1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.1.1' +release = '1.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/download.rst b/doc/download.rst index 062ccb0..3f9dedd 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -6,6 +6,7 @@ Download 20/20+ releases --------------- +* `2020plus v1.1.2 `_ - 7/3/2017 - Further bug fixes for latest versions of 20/20+ dependencies * `2020plus v1.1.1 `_ - 5/22/2017 - Bug fixes to work with newest versions of pandas * `2020plus v1.1.0 `_ - 11/21/2016 - Improved training procedure and added p-value diagnostic plots * `2020plus v1.0.3 `_ - 10/12/2016 - Fixed error in logging diff --git a/doc/index.rst b/doc/index.rst index 85b68ae..bda59bf 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -30,6 +30,7 @@ Contents: Releases -------- +* `2020plus v1.1.2 `_ - 7/3/2017 - Further bug fixes for latest versions of 20/20+ dependencies * `2020plus v1.1.1 `_ - 5/22/2017 - Bug fixes to work with newest version of pandas * `2020plus v1.1.0 `_ - 11/21/2016 - Improved training procedure and added p-value diagnostic plots * `2020plus v1.0.3 `_ - 10/12/2016 - Fixed error in logging diff --git a/src/__init__.py b/src/__init__.py index a82b376..72f26f5 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2"