Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
Changes:

 - Provide a way to close connections
   #29
 - Add `mock` as a test dependency
   #30
  • Loading branch information
KushalP committed Aug 17, 2016
1 parent a3fb997 commit 988d04c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.1.0
-----

- Provide a way to close connections - `#31
<https://github.com/KushalP/serfclient-py/issues/29>`_
- Add `mock` as a test dependency - `#30
<https://github.com/KushalP/serfclient-py/issues/30>`_

1.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_tests(self):

setup(
name='serfclient',
version='1.0.0',
version='1.1.0',
description='Python client for the Serf orchestration tool',
long_description=long_description,
url='https://github.com/KushalP/serfclient-py',
Expand Down

0 comments on commit 988d04c

Please sign in to comment.