diff --git a/HISTORY.rst b/HISTORY.rst index c5f19c8..4527aff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ History ======= +0.3.2 (2018-05-05) +------------------ +* Update the packages requests and typing with new versions + 0.3.1 (2017-06-20) ------------------ * make the regex for getting the state of the relays more specific diff --git a/requirements.txt b/requirements.txt index fee65e0..a88292a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -requests==2.18.0 -typing==3.6.1 +requests==2.18.4 +typing==3.6.4 diff --git a/requirements_dev.txt b/requirements_dev.txt index e4dd90c..f811111 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,12 +1,12 @@ bumpversion==0.5.3 -wheel==0.29.0 +wheel==0.31.0 watchdog==0.8.3 -flake8==3.3.0 -tox==2.7.0 -coverage==4.4.1 -Sphinx==1.6.2 +flake8==3.5.0 +tox==3.0.0 +coverage==4.5.1 +Sphinx==1.7.4 PyYAML==3.12 httmock==1.2.6 pep257==0.7.0 -mypy==0.511 +mypy==0.600 sphinxcontrib-napoleon==0.6.1 diff --git a/setup.cfg b/setup.cfg index d79fa5c..a93bf0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True diff --git a/setup.py b/setup.py index 96b6e68..8ea32d2 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ history = history_file.read() requirements = [ - 'requests==2.18.0', - 'typing==3.6.1' + 'requests==2.18.4', + 'typing==3.6.4' ] setup_requirements = [] @@ -24,7 +24,7 @@ setup( name='sainsmart', - version='0.3.1', + version='0.3.2', description="sainsmart contains code for working with sainsmart products.", long_description=readme + '\n\n' + history, author="Victor Yap",