release: 0.4.3
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
# This file has been auto-generated.
|
||||
# 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
|
||||
PYTHON ?= $(shell which python)
|
||||
|
||||
@ -1,6 +1,13 @@
|
||||
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
|
||||
::::::::::::::::::::::
|
||||
|
||||
|
||||
@ -21,8 +21,8 @@ pygments==2.2.0
|
||||
pytest-cov==2.5.1
|
||||
pytest-sugar==0.8.0
|
||||
pytest-timeout==1.2.0
|
||||
pytest==3.1.2
|
||||
python-dateutil==2.6.0
|
||||
pytest==3.1.3
|
||||
python-dateutil==2.6.1
|
||||
pytz==2017.2
|
||||
requests==2.18.1
|
||||
six==1.10.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
-e .[docker]
|
||||
appdirs==1.4.3
|
||||
bonobo-docker==0.2.9
|
||||
bonobo-docker==0.2.11
|
||||
certifi==2017.4.17
|
||||
chardet==3.0.4
|
||||
colorama==0.3.9
|
||||
@ -15,6 +15,6 @@ pyparsing==2.2.0
|
||||
pytz==2017.2
|
||||
requests==2.18.1
|
||||
six==1.10.0
|
||||
stevedore==1.23.0
|
||||
stevedore==1.24.0
|
||||
urllib3==1.21.1
|
||||
websocket-client==0.44.0
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
-e .[jupyter]
|
||||
appnope==0.1.0
|
||||
bleach==2.0.0
|
||||
decorator==4.0.11
|
||||
decorator==4.1.1
|
||||
entrypoints==0.2.3
|
||||
html5lib==0.999999999
|
||||
ipykernel==4.6.1
|
||||
@ -26,7 +26,7 @@ pickleshare==0.7.4
|
||||
prompt-toolkit==1.0.14
|
||||
ptyprocess==0.5.2
|
||||
pygments==2.2.0
|
||||
python-dateutil==2.6.0
|
||||
python-dateutil==2.6.1
|
||||
pyzmq==16.0.2
|
||||
qtconsole==4.3.0
|
||||
simplegeneric==0.8.1
|
||||
|
||||
@ -12,5 +12,5 @@ pyparsing==2.2.0
|
||||
pytz==2017.2
|
||||
requests==2.18.1
|
||||
six==1.10.0
|
||||
stevedore==1.23.0
|
||||
stevedore==1.24.0
|
||||
urllib3==1.21.1
|
||||
|
||||
Reference in New Issue
Block a user