Skip to content

Commit

Permalink
prep for 0.4.1 (#10)
Browse files Browse the repository at this point in the history
* corrected tox envlist

* update version number

* updated changelog
  • Loading branch information
tailaiw committed Nov 21, 2019
1 parent 5bf7af2 commit b7b6977
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = "0.4"
# The full version, including alpha/beta/rc tags.
release = "0.4.0"
release = "0.4.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 5 additions & 0 deletions docs/releasehistory.rst
Expand Up @@ -2,6 +2,11 @@
Release History
***************

Version 0.4.1 (Nov 21, 2019)
===================================
- Fixed an issue of tox environments
- Minor spelling/grammar fix in documentation

Version 0.4.0 (Nov 18, 2019)
===================================
- Added support to Python 3.5
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = adtk
version = 0.4.0
version = 0.4.1
author = Arundo Analytics, Inc.
maintainer = Tailai Wen
maintainer_email = tailai.wen@arundo.com
Expand Down
2 changes: 1 addition & 1 deletion src/adtk/__init__.py
Expand Up @@ -36,4 +36,4 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.4"
__version__ = "0.4.1"
5 changes: 2 additions & 3 deletions tox.ini
@@ -1,8 +1,7 @@
[tox]
envlist =
py36
; py35-pandas{23,24}-numpy{15,16,17}-stats{9,10}
; py{36,37}-pandas{23,24,25}-numpy{15,16,17}-stats{9,10}
py35-pandas{23,24}-numpy{15,16,17}-stats{9,10}
py{36,37}-pandas{23,24,25}-numpy{15,16,17}-stats{9,10}
[testenv]
deps =
pytest
Expand Down

0 comments on commit b7b6977

Please sign in to comment.