File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Anomaly Detection Toolkit (ADTK)
2
2
3
3
[ ![ 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 )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/github/arundo/adtk/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/arundo/adtk?branch=master )
6
6
[ ![ PyPI] ( https://img.shields.io/pypi/v/adtk )] ( https://pypi.org/project/adtk/ )
7
7
[ ![ Downloads] ( https://pepy.tech/badge/adtk )] ( https://pepy.tech/project/adtk )
Original file line number Diff line number Diff line change 70
70
# The short X.Y version.
71
71
version = "0.6"
72
72
# The full version, including alpha/beta/rc tags.
73
- release = "0.6.1 "
73
+ release = "0.6.2 "
74
74
75
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
76
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
Release History
3
3
***************
4
4
5
+ Version 0.6.2 (Apr 16, 2020)
6
+ ===================================
7
+ - Hot fix of wrong documentation url
8
+
5
9
Version 0.6.1 (Apr 16, 2020)
6
10
===================================
7
11
- Migrated the documentation to a new host
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = adtk
3
- version = 0.6.1
3
+ version = 0.6.2
4
4
author = Arundo Analytics, Inc.
5
5
maintainer = Tailai Wen
6
6
maintainer_email =
[email protected]
Original file line number Diff line number Diff line change 20
20
21
21
"""
22
22
23
- __version__ = "0.6.1 "
23
+ __version__ = "0.6.2 "
You can’t perform that action at this time.
0 commit comments