File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.4.6 (2017-08-23)
2+
3+ Features:
4+
5+ - bumped ` dcoscli ` version to ` 0.5.4 `
6+ - better attach error handling
7+ - move from pip to pip3
8+
19## 1.4.5 (2017-07-13)
210
311Features:
@@ -74,7 +82,7 @@ Features:
7482
7583 - ` wait_for ` waits for service endpoints to be debounced
7684 successfully in a specified number of masters in multi-master
77- setups
85+ setups
7886 - new PyTest decorators methods for determining Shakedown versions
7987 - ` shakedown_canonical_version() `
8088 - ` shakedown_version_less_than() `
Original file line number Diff line number Diff line change 11click
2- dcoscli == 0.5.3
2+ dcoscli == 0.5.4
33paramiko
44pytest
55pytest-timeout
Original file line number Diff line number Diff line change 22
33
44setup (name = 'dcos-shakedown' ,
5- version = '1.4.5 ' ,
5+ version = '1.4.6 ' ,
66 description = u"DC/OS testing harness and library" ,
77 long_description = u"A tool and library to abstract common DC/OS-related tasks." ,
88 classifiers = [],
1616 zip_safe = False ,
1717 install_requires = [
1818 'click' ,
19- 'dcoscli==0.5.3 ' ,
19+ 'dcoscli==0.5.4 ' ,
2020 'paramiko' ,
2121 'pytest' ,
2222 'pytest-timeout' ,
Original file line number Diff line number Diff line change 1717from shakedown .dcos .agent import *
1818from shakedown .dcos .master import *
1919
20- VERSION = '1.4.5 '
20+ VERSION = '1.4.6 '
You can’t perform that action at this time.
0 commit comments