From a55293279a77f2c70cdd978c282ee0cdc28852d4 Mon Sep 17 00:00:00 2001 From: Kyle Anderson Date: Mon, 16 Oct 2017 13:25:37 -0700 Subject: [PATCH] Release 0.9.3 --- CHANGELOG.md | 16 ++++++++++++++++ setup.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b979c5..d5c0a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,26 @@ # Change Log +## [0.9.3](https://github.com/thefactory/marathon-python/tree/0.9.3) (2017-10-16) +[Full Changelog](https://github.com/thefactory/marathon-python/compare/0.9.2...0.9.3) + +**Closed issues:** + +- `list\_queue` doesn't like the `embed\_last\_unused\_offers` option [\#220](https://github.com/thefactory/marathon-python/issues/220) + +**Merged pull requests:** + +- Make travis automatically upload to pypi on new tags [\#223](https://github.com/thefactory/marathon-python/pull/223) ([solarkennedy](https://github.com/solarkennedy)) +- Fix MarathonQueueItem to know about the possible last\_unused\_offers arg [\#221](https://github.com/thefactory/marathon-python/pull/221) ([matthewbentley](https://github.com/matthewbentley)) +- support more datetime formats in MarathonAppVersionInfo [\#219](https://github.com/thefactory/marathon-python/pull/219) ([somic](https://github.com/somic)) +- Remove default container.docker.network [\#218](https://github.com/thefactory/marathon-python/pull/218) ([protetore](https://github.com/protetore)) +- Make MarathonZooKeeperConfig compatible with maraton 1.5 [\#216](https://github.com/thefactory/marathon-python/pull/216) ([fengyehong](https://github.com/fengyehong)) + ## [0.9.2](https://github.com/thefactory/marathon-python/tree/0.9.2) (2017-09-13) [Full Changelog](https://github.com/thefactory/marathon-python/compare/0.9.1...0.9.2) **Closed issues:** +- Failed to import marathon in python3 [\#217](https://github.com/thefactory/marathon-python/issues/217) - No support for "USER" network mode. [\#173](https://github.com/thefactory/marathon-python/issues/173) - YAML support for marathon-cli [\#74](https://github.com/thefactory/marathon-python/issues/74) diff --git a/setup.py b/setup.py index d111518..5f0f2d5 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='marathon', - version='0.9.2', + version='0.9.3', description='Marathon Client Library', long_description="""Python interface to the Mesos Marathon REST API.""", author='Mike Babineau',