Skip to content

Commit

Permalink
Release 0.0.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Apr 26, 2020
1 parent 654d101 commit d4dea85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.5
======

_Release date: 2020-04-26_

- Disable 'pylint' for unittests
- Define public interfaces on the package level

0.0.4
======

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.4"
__version__: str = "0.0.5"
__license__: str = "MIT License"

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

0 comments on commit d4dea85

Please sign in to comment.