From 5e6c549dfed94da6ad4a6be2dd497574286d0970 Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Thu, 5 Jan 2017 11:15:13 -0800 Subject: [PATCH] 1.1.13 --- CHANGELOG.md | 10 ++++++++++ setup.py | 2 +- shakedown/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df8cd3..67ad8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/setup.py b/setup.py index dc8e73e..5dadd0e 100644 --- a/setup.py +++ b/setup.py @@ -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=[], diff --git a/shakedown/__init__.py b/shakedown/__init__.py index 3142797..ab1f44b 100644 --- a/shakedown/__init__.py +++ b/shakedown/__init__.py @@ -14,4 +14,4 @@ from shakedown.dcos.agent import * from shakedown.dcos.master import * -VERSION='1.1.12' +VERSION='1.1.13'