Skip to content

Commit

Permalink
0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabineau committed Jul 14, 2015
1 parent e1ac853 commit 13fe7c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.7.1 (2015-07-14)

Critical fixes and @solarkennedy has been addded as a contributor!

Changes (all @solarkennedy - huge thanks):
* Fixed `MarathonApp` regex issue
* Hooked up Travis CI
* Added integration tests

## 0.7.0 (2015-07-05)

Support for Marathon 0.8.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extra['use_2to3'] = True

setup(name='marathon',
version='0.7.0',
version='0.7.1',
description='Marathon Client Library',
long_description="""Python interface to the Mesos Marathon REST API.""",
author='Mike Babineau',
Expand Down

1 comment on commit 13fe7c3

@gburton1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few critical changes after this release that are still needed to work with Marathon 0.8.2. Can you cut another release? This is the particular fix that is blocking an upgrade to 0.8.2: "fix for parsing deployments + test case": 3f2d7f8

Please sign in to comment.