From f3ba4102ddb7c6b2f20e518454f952693a7e8abb Mon Sep 17 00:00:00 2001 From: Jonas Wielicki Date: Thu, 29 Sep 2016 17:21:43 +0200 Subject: [PATCH] Bump version number to 0.6.1 --- README.rst | 2 +- aioxmpp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f7a41b46..0ba85bce 100644 --- a/README.rst +++ b/README.rst @@ -127,4 +127,4 @@ Change log The `change log`_ is included in the `official documentation`__. .. _change log: http://docs.zombofant.net/aioxmpp/devel/api/changelog.html -__ http://docs.zombofant.net/aioxmpp/devel/ +__ http://docs.zombofant.net/aioxmpp/0.6/ diff --git a/aioxmpp/__init__.py b/aioxmpp/__init__.py index 6defa3a3..be430a87 100644 --- a/aioxmpp/__init__.py +++ b/aioxmpp/__init__.py @@ -23,7 +23,7 @@ #: .. seealso:: #: #: :ref:`api-stability` -version_info = (0, 6, 0, None) +version_info = (0, 6, 1, None) #: The imported :mod:`aioxmpp` version as a string. #: