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",