From 988d04ca46cba98b27324f26c7e382019e560c9b Mon Sep 17 00:00:00 2001 From: Kushal Pisavadia Date: Wed, 17 Aug 2016 23:13:14 +0100 Subject: [PATCH] Bump version to 1.1.0 Changes: - Provide a way to close connections https://github.com/KushalP/serfclient-py/issues/29 - Add `mock` as a test dependency https://github.com/KushalP/serfclient-py/issues/30 --- CHANGELOG.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0dd7703..d6f9981 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +1.1.0 +----- + +- Provide a way to close connections - `#31 + `_ +- Add `mock` as a test dependency - `#30 + `_ + 1.0.0 ----- diff --git a/setup.py b/setup.py index c9b2f57..771b605 100644 --- a/setup.py +++ b/setup.py @@ -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',