Skip to content

Commit

Permalink
Bump version number to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Jan 16, 2021
1 parent 4726f00 commit 7e0a27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -41,4 +41,4 @@ Documentation
-------------

Official documentation can be built with sphinx and is available online
`on our servers <https://docs.zombofant.net/aioopenssl/devel/>`_.
`on our servers <https://docs.zombofant.net/aioopenssl/0.6/>`_.
2 changes: 1 addition & 1 deletion aioopenssl/version.py
@@ -1,4 +1,4 @@
version_info = (0, 6, 0, "a0")
version_info = (0, 6, 0, None)

__version__ = ".".join(map(str, version_info[:3])) + (
"-"+version_info[3] if version_info[3] is not None else "" # type:ignore
Expand Down

0 comments on commit 7e0a27e

Please sign in to comment.