File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.4.9 (2017-10-18)
2+
3+ Features:
4+
5+ - added API functions to query for Docker version
6+ - ` docker_version() `
7+ - ` docker_client_version() `
8+ - ` docker_server_version() `
9+ - added classifiers to the setup to specify the programming langauge to
10+ be used with pipenv
11+
12+ Fixes:
13+
14+ - removed staticly-set assertions in ` test_get_reserved_resources() `
15+
116## 1.4.8 (2017-09-14)
217
318Features:
Original file line number Diff line number Diff line change 22
33
44setup (name = 'dcos-shakedown' ,
5- version = '1.4.8 ' ,
5+ version = '1.4.9 ' ,
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 = [
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.8 '
20+ VERSION = '1.4.9 '
You can’t perform that action at this time.
0 commit comments