Skip to content

Commit 988d04c

Browse files
committed
Bump version to 1.1.0
Changes: - Provide a way to close connections #29 - Add `mock` as a test dependency #30
1 parent a3fb997 commit 988d04c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
1.0.0
513
-----
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run_tests(self):
3636

3737
setup(
3838
name='serfclient',
39-
version='1.0.0',
39+
version='1.1.0',
4040
description='Python client for the Serf orchestration tool',
4141
long_description=long_description,
4242
url='https://github.com/KushalP/serfclient-py',

0 commit comments

Comments
 (0)