Skip to content

Commit dbefa40

Browse files
committed
1.4.9
1 parent 5688ece commit dbefa40

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

318
Features:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(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=[

shakedown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from shakedown.dcos.agent import *
1818
from shakedown.dcos.master import *
1919

20-
VERSION='1.4.8'
20+
VERSION='1.4.9'

0 commit comments

Comments
 (0)