We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622a445 commit 19e342bCopy full SHA for 19e342b
3 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 1.4.11 (2017-12-08)
2
+
3
+Features:
4
5
+ - new function to retrieve available versions of packages
6
+ - `get_package_versions()`
7
+ - bumped `dcoscli` version to `0.5.7`
8
9
+Fixes:
10
11
+ - handle `skip` state when printing output
12
13
## 1.4.10 (2017-12-06)
14
15
Features:
setup.py
@@ -2,7 +2,7 @@
setup(name='dcos-shakedown',
- version='1.4.10',
+ version='1.4.11',
description=u"DC/OS testing harness and library",
long_description=u"A tool and library to abstract common DC/OS-related tasks.",
classifiers=[
shakedown/__init__.py
@@ -17,4 +17,4 @@
17
from shakedown.dcos.agent import *
18
from shakedown.dcos.master import *
19
20
-VERSION='1.4.10'
+VERSION='1.4.11'
0 commit comments