Skip to content

Commit 7188b2e

Browse files
committed
1.4.5
1 parent b3c9331 commit 7188b2e

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.4.5 (2017-07-13)
2+
3+
Features:
4+
5+
- bumped `dcoscli` version to `0.5.3`
6+
17
## 1.4.4 (2017-06-19)
28

39
Fixes:
@@ -149,7 +155,7 @@ Features:
149155
- DC/OS Enterprise Edition version-checking
150156
- `ee_version()` method, `@strict`, `@permissive`, and `@disabled`
151157
PyTest security mode markers
152-
- bumped `dcosdcli` version to `0.4.16`
158+
- bumped `dcoscli` version to `0.4.16`
153159

154160
## 1.2.0 (2017-02-17)
155161

@@ -212,7 +218,7 @@ Features:
212218

213219
Features:
214220

215-
- bumped `dcosdcli` version to `0.4.15`
221+
- bumped `dcoscli` version to `0.4.15`
216222

217223
Fixes:
218224

@@ -262,7 +268,7 @@ Features:
262268
and `delete_all_apps_wait`
263269
- support for passing a dict object containing JSON options to
264270
`install_package` methods
265-
- bumped `dcosdcli` version to `0.4.14`
271+
- bumped `dcoscli` version to `0.4.14`
266272

267273
Fixes:
268274

@@ -343,7 +349,7 @@ Fixes:
343349

344350
Features:
345351

346-
- bumped `dcosdcli` version to `0.4.13`
352+
- bumped `dcoscli` version to `0.4.13`
347353
- modified CLI 'short' flags to match SSH/curl
348354

349355
Fixes:

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.4',
5+
version='1.4.5',
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.4'
20+
VERSION='1.4.5'

0 commit comments

Comments
 (0)