From e01488d9c3bcf67b943bd6ace39f703d456e51b3 Mon Sep 17 00:00:00 2001 From: Volodymyr Yahello Date: Mon, 20 Jul 2020 22:05:47 +0300 Subject: [PATCH] Bump version -> 0.0.10 --- CHANGELOG.md | 7 +++++++ punish/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5768a8..6c531be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Versions ======== +0.0.10 +======= + +_Release date: 20.07.2020_ + +- Define abstract style as an abstract base class + 0.0.9 ======= diff --git a/punish/__init__.py b/punish/__init__.py index ce524c7..bab29cf 100644 --- a/punish/__init__.py +++ b/punish/__init__.py @@ -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",