Skip to content

Commit

Permalink
Bump version 0.0.5 -> 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed May 30, 2020
1 parent db15b57 commit 3463baf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Versions
========

0.0.6
======

_Release date: 2020-05-30_

- Describe http status codes as corresponding object
- Use 100 lines of code
- Split supported python versions with comma
- Set theme jekyll-theme-architect

0.0.5
======

Expand Down
2 changes: 1 addition & 1 deletion urequest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__: str = "Volodymyr Yahello"
__email__: str = "[email protected]"
__version__: str = "0.0.5"
__version__: str = "0.0.6"
__license__: str = "MIT License"

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

0 comments on commit 3463baf

Please sign in to comment.