diff --git a/Makefile b/Makefile index ce3ebff..b13565f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This file has been auto-generated. # All changes will be lost, see Projectfile. # -# Updated at 2017-06-10 13:33:51.811144 +# Updated at 2017-06-10 14:17:07.161053 PACKAGE ?= bonobo PYTHON ?= $(shell which python) diff --git a/bonobo/_version.py b/bonobo/_version.py index e1424ed..73e3bb4 100644 --- a/bonobo/_version.py +++ b/bonobo/_version.py @@ -1 +1 @@ -__version__ = '0.3.1' +__version__ = '0.3.2' diff --git a/docs/changelog.rst b/docs/changelog.rst index c386ff7..5fe968b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,21 @@ Changelog ========= +v.0.3.2 - 10 june 2017 +:::::::::::::::::::::: + +Weekly maintenance release. + +* Updated frozen version numbers in requirements. + + * pytest==3.1.1 + * requests==2.17.3 + * sphinx==1.6.2 + * stevedore==1.22.0 + + Note: this does not change anything when used as a dependency if you freeze your requirements, as the setup.py + requirement specifiers did not change. + v.0.3.1 - 28 may 2017 ::::::::::::::::::::: diff --git a/requirements-docker.txt b/requirements-docker.txt index 19ae90f..12fcf2e 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,7 +1,7 @@ -e .[docker] appdirs==1.4.3 bonobo-docker==0.2.5 -bonobo==0.3.1 +bonobo==0.3.2 certifi==2017.4.17 chardet==3.0.4 colorama==0.3.9 @@ -10,10 +10,8 @@ docker==2.3.0 enum34==1.1.6 fs==2.0.3 idna==2.5 -packaging==16.8 pbr==3.0.1 psutil==5.2.2 -pyparsing==2.2.0 pytz==2017.2 requests==2.17.3 six==1.10.0