Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tribela committed Mar 19, 2019
1 parent 7b05815 commit 6bc9ddc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
@@ -1,3 +1,9 @@
0.6.0
-----

- Bypass TLS version of warning


0.5.0
-----

Expand Down
2 changes: 1 addition & 1 deletion nagato.py
Expand Up @@ -7,7 +7,7 @@
from urllib.parse import urlparse


__version__ = '0.5.0'
__version__ = '0.6.0'

_logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 6bc9ddc

Please sign in to comment.