Skip to content

Commit

Permalink
🎉 Release v1.0.0 🎉
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
KushalP committed May 29, 2016
1 parent d120e9b commit d5440c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.0.0
-----

- Support serf v0.7 - `#28
<https://github.com/KushalP/serfclient-py/issues/28>`_
- Breaking change with v0.7.1 which can be seen in the issue above

0.7.1
-----

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

setup(
name='serfclient',
version='0.7.1',
version='1.0.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 d5440c1

Please sign in to comment.