Skip to content

Commit 1967886

Browse files
committed
Bump version number to 0.5.0
1 parent 26d67d6 commit 1967886

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Documentation
2828
-------------
2929

3030
Official documentation can be built with sphinx and is available online
31-
`on our servers <https://docs.zombofant.net/aiosasl/devel/>`_.
31+
`on our servers <https://docs.zombofant.net/aiosasl/0.5/>`_.
3232

3333
Supported channel binding methods
3434
---------------------------------

aiosasl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# <http://www.gnu.org/licenses/>.
2020
#
2121
########################################################################
22-
version_info = (0, 4, 0, "a0")
22+
version_info = (0, 5, 0, None)
2323

2424
__version__ = ".".join(map(str, version_info[:3])) + (
2525
"-"+version_info[3] # type:ignore

0 commit comments

Comments
 (0)