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.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Jan 16, 2021
1 parent 54a9af8 commit 0cdfdc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ 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/
.. _change log: https://docs.zombofant.net/aioxmpp/0.12/api/changelog.html
.. _official documentation: https://docs.zombofant.net/aioxmpp/0.12/
.. _quick start: https://docs.zombofant.net/aioxmpp/devel/user-guide/quickstart.html
.. _API reference: https://docs.zombofant.net/aioxmpp/devel/api/index.html
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, 12, 0, "a0")
version_info = (0, 12, 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.12/>`_. 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 0cdfdc7

Please sign in to comment.