Skip to content

Commit

Permalink
Bump version -> 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Jul 20, 2020
1 parent 57f142f commit e01488d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Versions
========

0.0.10
=======

_Release date: 20.07.2020_

- Define abstract style as an abstract base class

0.0.9
=======

Expand Down
2 changes: 1 addition & 1 deletion punish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__author__: str = "Volodymyr Yahello"
__email__: str = "vyahello@gmail.com"
__package_name__: str = "enforce-pep8"
__version__: str = "0.0.9"
__version__: str = "0.0.10"

__all__: Tuple[str, ...] = (
"AbstractStyle",
Expand Down

0 comments on commit e01488d

Please sign in to comment.