Skip to content

Commit

Permalink
1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sschneid committed Jan 5, 2017
1 parent a38a18f commit 5e6c549
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.1.13 (2016-01-05)

Features:

- bumped `dcosdcli` version to `0.4.15`

Fixes:

- `timeout_sec` passed through to `time_wait()` method

## 1.1.12 (2016-12-27)

Features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name='dcos-shakedown',
version='1.1.12',
version='1.1.13',
description=u"DC/OS testing harness and library",
long_description=u"A tool and library to abstract common DC/OS-related tasks.",
classifiers=[],
Expand Down
2 changes: 1 addition & 1 deletion shakedown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from shakedown.dcos.agent import *
from shakedown.dcos.master import *

VERSION='1.1.12'
VERSION='1.1.13'

0 comments on commit 5e6c549

Please sign in to comment.