We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fb997 commit 988d04cCopy full SHA for 988d04c
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+1.1.0
5
+-----
6
+
7
+- Provide a way to close connections - `#31
8
+ <https://github.com/KushalP/serfclient-py/issues/29>`_
9
+- Add `mock` as a test dependency - `#30
10
+ <https://github.com/KushalP/serfclient-py/issues/30>`_
11
12
1.0.0
13
-----
14
setup.py
@@ -36,7 +36,7 @@ def run_tests(self):
36
37
setup(
38
name='serfclient',
39
- version='1.0.0',
+ version='1.1.0',
40
description='Python client for the Serf orchestration tool',
41
long_description=long_description,
42
url='https://github.com/KushalP/serfclient-py',
0 commit comments