Skip to content

Commit 7e0a27e

Browse files
committed
Bump version number to 0.6.0
1 parent 4726f00 commit 7e0a27e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Documentation
4141
-------------
4242

4343
Official documentation can be built with sphinx and is available online
44-
`on our servers <https://docs.zombofant.net/aioopenssl/devel/>`_.
44+
`on our servers <https://docs.zombofant.net/aioopenssl/0.6/>`_.

aioopenssl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (0, 6, 0, "a0")
1+
version_info = (0, 6, 0, None)
22

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

0 commit comments

Comments
 (0)