Skip to content

Commit d5440c1

Browse files
committed
🎉 Release v1.0.0 🎉
This is a breaking change (from v0.6.3 to v0.7) so it requires a major version bump. The project itself has been around for over 2 years and is being used in a number of places. For that reason, I'm happy to bump it to v1.0.0.
1 parent d120e9b commit d5440c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

4+
1.0.0
5+
-----
6+
7+
- Support serf v0.7 - `#28
8+
<https://github.com/KushalP/serfclient-py/issues/28>`_
9+
- Breaking change with v0.7.1 which can be seen in the issue above
10+
411
0.7.1
512
-----
613

setup.py

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

2929
setup(
3030
name='serfclient',
31-
version='0.7.1',
31+
version='1.0.0',
3232
description='Python client for the Serf orchestration tool',
3333
long_description=long_description,
3434
url='https://github.com/KushalP/serfclient-py',

0 commit comments

Comments
 (0)