Merge branch '0.3' into develop
Conflicts: Makefile requirements-dev.txt
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# This file has been auto-generated.
|
# This file has been auto-generated.
|
||||||
# All changes will be lost, see Projectfile.
|
# 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
|
PACKAGE ?= bonobo
|
||||||
PYTHON ?= $(shell which python)
|
PYTHON ?= $(shell which python)
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
__version__ = '0.3.1'
|
__version__ = '0.3.2'
|
||||||
|
|||||||
@ -1,6 +1,21 @@
|
|||||||
Changelog
|
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
|
v.0.3.1 - 28 may 2017
|
||||||
:::::::::::::::::::::
|
:::::::::::::::::::::
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
-e .[docker]
|
-e .[docker]
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
bonobo-docker==0.2.5
|
bonobo-docker==0.2.5
|
||||||
bonobo==0.3.1
|
bonobo==0.3.2
|
||||||
certifi==2017.4.17
|
certifi==2017.4.17
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
colorama==0.3.9
|
colorama==0.3.9
|
||||||
@ -10,10 +10,8 @@ docker==2.3.0
|
|||||||
enum34==1.1.6
|
enum34==1.1.6
|
||||||
fs==2.0.3
|
fs==2.0.3
|
||||||
idna==2.5
|
idna==2.5
|
||||||
packaging==16.8
|
|
||||||
pbr==3.0.1
|
pbr==3.0.1
|
||||||
psutil==5.2.2
|
psutil==5.2.2
|
||||||
pyparsing==2.2.0
|
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
requests==2.17.3
|
requests==2.17.3
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
|
|||||||
Reference in New Issue
Block a user