From 73bfb30ba457dd540e8aea82782431254da480ce Mon Sep 17 00:00:00 2001 From: tailaiw-ghost <63627718+tailaiw-ghost@users.noreply.github.com> Date: Thu, 16 Apr 2020 21:16:48 -0500 Subject: [PATCH] hotfix (#104) Co-authored-by: tailaiw <29800495+tailaiw@users.noreply.github.com> --- README.md | 2 +- docs/conf.py | 2 +- docs/releasehistory.rst | 4 ++++ setup.cfg | 2 +- src/adtk/__init__.py | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfe5954..ddd2843 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Anomaly Detection Toolkit (ADTK) [![Build Status](https://travis-ci.com/arundo/adtk.svg?branch=master)](https://travis-ci.com/arundo/adtk) -[![Documentation Status](https://readthedocs.org/projects/adtk/badge/?version=stable)](https://adtk.readthedocs.io/en/latest/?badge=stable) +[![Documentation Status](https://readthedocs.org/projects/adtk/badge/?version=stable)](https://adtk.readthedocs.io/en/stable) [![Coverage Status](https://coveralls.io/repos/github/arundo/adtk/badge.svg?branch=master&service=github)](https://coveralls.io/github/arundo/adtk?branch=master) [![PyPI](https://img.shields.io/pypi/v/adtk)](https://pypi.org/project/adtk/) [![Downloads](https://pepy.tech/badge/adtk)](https://pepy.tech/project/adtk) diff --git a/docs/conf.py b/docs/conf.py index 2371894..4d81838 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,7 +70,7 @@ # The short X.Y version. version = "0.6" # The full version, including alpha/beta/rc tags. -release = "0.6.1" +release = "0.6.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index d302d05..d176c7a 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -2,6 +2,10 @@ Release History *************** +Version 0.6.2 (Apr 16, 2020) +=================================== +- Hot fix of wrong documentation url + Version 0.6.1 (Apr 16, 2020) =================================== - Migrated the documentation to a new host diff --git a/setup.cfg b/setup.cfg index 1788313..6ca21be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = adtk -version = 0.6.1 +version = 0.6.2 author = Arundo Analytics, Inc. maintainer = Tailai Wen maintainer_email = tailai.wen@arundo.com diff --git a/src/adtk/__init__.py b/src/adtk/__init__.py index 94c7098..f079c9d 100644 --- a/src/adtk/__init__.py +++ b/src/adtk/__init__.py @@ -20,4 +20,4 @@ """ -__version__ = "0.6.1" +__version__ = "0.6.2"