From 88cecd4f7ace3a36ab7e680b81dc60f7eb3b019f Mon Sep 17 00:00:00 2001 From: Volodymyr Yahello Date: Tue, 13 Oct 2020 22:02:38 +0300 Subject: [PATCH] Bump 0.0.7 version --- CHANGELOG.md | 8 ++++++++ requirements.txt | 2 +- uyaml/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8c924..6d1cdda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Versions ======== +0.0.7 +========= + +_Release date: 2020-10-13_ + +- Split supported python versions with comma +- Set theme jekyll-theme-architect + 0.0.6 ========= diff --git a/requirements.txt b/requirements.txt index 18924c9..64595b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyyaml==5.3.1 dataclasses==0.6.0 -enforce-pep8==0.0.6 \ No newline at end of file +enforce-pep8==0.0.11 diff --git a/uyaml/__init__.py b/uyaml/__init__.py index 3e2fa90..59a15d6 100644 --- a/uyaml/__init__.py +++ b/uyaml/__init__.py @@ -5,7 +5,7 @@ __author__: str = "Volodymyr Yahello" __email__: str = "vyahello@gmail.com" -__version__: str = "0.0.6" +__version__: str = "0.0.7" __all__: Tuple[str, ...] = ( "File",