release: 0.4.3
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-07-04 10:50:55.775681
|
# Updated at 2017-07-16 10:42:53.988109
|
||||||
|
|
||||||
PACKAGE ?= bonobo
|
PACKAGE ?= bonobo
|
||||||
PYTHON ?= $(shell which python)
|
PYTHON ?= $(shell which python)
|
||||||
|
|||||||
@ -1,6 +1,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
v.0.4.3 - 16 july 2017
|
||||||
|
::::::::::::::::::::::
|
||||||
|
|
||||||
|
* #113 - Add flush() method to IOBuffer (Vitalii Vokhmin)
|
||||||
|
* Dependencies updated.
|
||||||
|
* Minor project artifacts updated.
|
||||||
|
|
||||||
v.0.4.2 - 18 june 2017
|
v.0.4.2 - 18 june 2017
|
||||||
::::::::::::::::::::::
|
::::::::::::::::::::::
|
||||||
|
|
||||||
|
|||||||
@ -21,8 +21,8 @@ pygments==2.2.0
|
|||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
pytest-sugar==0.8.0
|
pytest-sugar==0.8.0
|
||||||
pytest-timeout==1.2.0
|
pytest-timeout==1.2.0
|
||||||
pytest==3.1.2
|
pytest==3.1.3
|
||||||
python-dateutil==2.6.0
|
python-dateutil==2.6.1
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
requests==2.18.1
|
requests==2.18.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
-e .[docker]
|
-e .[docker]
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
bonobo-docker==0.2.9
|
bonobo-docker==0.2.11
|
||||||
certifi==2017.4.17
|
certifi==2017.4.17
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
colorama==0.3.9
|
colorama==0.3.9
|
||||||
@ -15,6 +15,6 @@ pyparsing==2.2.0
|
|||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
requests==2.18.1
|
requests==2.18.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
stevedore==1.23.0
|
stevedore==1.24.0
|
||||||
urllib3==1.21.1
|
urllib3==1.21.1
|
||||||
websocket-client==0.44.0
|
websocket-client==0.44.0
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
-e .[jupyter]
|
-e .[jupyter]
|
||||||
appnope==0.1.0
|
appnope==0.1.0
|
||||||
bleach==2.0.0
|
bleach==2.0.0
|
||||||
decorator==4.0.11
|
decorator==4.1.1
|
||||||
entrypoints==0.2.3
|
entrypoints==0.2.3
|
||||||
html5lib==0.999999999
|
html5lib==0.999999999
|
||||||
ipykernel==4.6.1
|
ipykernel==4.6.1
|
||||||
@ -26,7 +26,7 @@ pickleshare==0.7.4
|
|||||||
prompt-toolkit==1.0.14
|
prompt-toolkit==1.0.14
|
||||||
ptyprocess==0.5.2
|
ptyprocess==0.5.2
|
||||||
pygments==2.2.0
|
pygments==2.2.0
|
||||||
python-dateutil==2.6.0
|
python-dateutil==2.6.1
|
||||||
pyzmq==16.0.2
|
pyzmq==16.0.2
|
||||||
qtconsole==4.3.0
|
qtconsole==4.3.0
|
||||||
simplegeneric==0.8.1
|
simplegeneric==0.8.1
|
||||||
|
|||||||
@ -12,5 +12,5 @@ pyparsing==2.2.0
|
|||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
requests==2.18.1
|
requests==2.18.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
stevedore==1.23.0
|
stevedore==1.24.0
|
||||||
urllib3==1.21.1
|
urllib3==1.21.1
|
||||||
|
|||||||
Reference in New Issue
Block a user