Skip to content

Commit 73bfb30

Browse files
hotfix (#104)
Co-authored-by: tailaiw <[email protected]>
1 parent 405bf3a commit 73bfb30

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Anomaly Detection Toolkit (ADTK)
22

33
[![Build Status](https://travis-ci.com/arundo/adtk.svg?branch=master)](https://travis-ci.com/arundo/adtk)
4-
[![Documentation Status](https://readthedocs.org/projects/adtk/badge/?version=stable)](https://adtk.readthedocs.io/en/latest/?badge=stable)
4+
[![Documentation Status](https://readthedocs.org/projects/adtk/badge/?version=stable)](https://adtk.readthedocs.io/en/stable)
55
[![Coverage Status](https://coveralls.io/repos/github/arundo/adtk/badge.svg?branch=master&service=github)](https://coveralls.io/github/arundo/adtk?branch=master)
66
[![PyPI](https://img.shields.io/pypi/v/adtk)](https://pypi.org/project/adtk/)
77
[![Downloads](https://pepy.tech/badge/adtk)](https://pepy.tech/project/adtk)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = "0.6"
7272
# The full version, including alpha/beta/rc tags.
73-
release = "0.6.1"
73+
release = "0.6.2"
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

docs/releasehistory.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Release History
33
***************
44

5+
Version 0.6.2 (Apr 16, 2020)
6+
===================================
7+
- Hot fix of wrong documentation url
8+
59
Version 0.6.1 (Apr 16, 2020)
610
===================================
711
- Migrated the documentation to a new host

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = adtk
3-
version = 0.6.1
3+
version = 0.6.2
44
author = Arundo Analytics, Inc.
55
maintainer = Tailai Wen
66
maintainer_email = [email protected]

src/adtk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
2121
"""
2222

23-
__version__ = "0.6.1"
23+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)