Skip to content

Commit 19e342b

Browse files
committed
1.4.11
1 parent 622a445 commit 19e342b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## 1.4.10 (2017-12-06)
214

315
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.10',
5+
version='1.4.11',
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.10'
20+
VERSION='1.4.11'

0 commit comments

Comments
 (0)