Skip to content

Commit

Permalink
Bump 0.0.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Oct 13, 2020
1 parent 5bb456d commit 88cecd4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
=========

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyyaml==5.3.1
dataclasses==0.6.0
enforce-pep8==0.0.6
enforce-pep8==0.0.11
2 changes: 1 addition & 1 deletion uyaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 88cecd4

Please sign in to comment.