Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfm committed Aug 12, 2022
1 parent b91c926 commit 7d49b05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Version 1.0.1 (August 12, 2022)

* Fix state parameter type hint (Thanks @Kludex)

Version 1.0.0 (August 11, 2022)

* Highlight Python code in README (Thanks @Kludex)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pybreaker",
version="1.0.0",
version="1.0.1",
description="Python implementation of the Circuit Breaker pattern",
long_description=open("README.rst", "r").read(),
keywords=["design", "pattern", "circuit", "breaker", "integration"],
Expand Down

0 comments on commit 7d49b05

Please sign in to comment.