Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Bump version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed May 20, 2017
1 parent 8eb2701 commit b02985a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ Change log
The `change log`_ is included in the `official documentation`_.

.. _change log: https://docs.zombofant.net/aioxmpp/devel/api/changelog.html
.. _official documentation: https://docs.zombofant.net/aioxmpp/devel/
.. _official documentation: https://docs.zombofant.net/aioxmpp/0.9/
2 changes: 1 addition & 1 deletion aioxmpp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
########################################################################

version_info = (0, 9, 0, "a0")
version_info = (0, 9, 0, None)

__version__ = ".".join(map(str, version_info[:3])) + ("-"+version_info[3] if
version_info[3] else "")
Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Online documentation

If you want to read documentation without building it yourself, please check the
online documentation available on `our website
<https://docs.zombofant.net/aioxmpp/devel/>`_. It is automatically updated when
<https://docs.zombofant.net/aioxmpp/0.9/>`_. It is automatically updated when
a commit is pushed to devel. Documentation for specific aioxmpp versions is
available at `<https://docs.zombofant.net/aioxmpp/>`_.

Expand Down

0 comments on commit b02985a

Please sign in to comment.