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

Commit b02985a

Browse files
committed
Bump version number to 0.9.0
1 parent 8eb2701 commit b02985a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ Change log
143143
The `change log`_ is included in the `official documentation`_.
144144

145145
.. _change log: https://docs.zombofant.net/aioxmpp/devel/api/changelog.html
146-
.. _official documentation: https://docs.zombofant.net/aioxmpp/devel/
146+
.. _official documentation: https://docs.zombofant.net/aioxmpp/0.9/

aioxmpp/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121
########################################################################
2222

23-
version_info = (0, 9, 0, "a0")
23+
version_info = (0, 9, 0, None)
2424

2525
__version__ = ".".join(map(str, version_info[:3])) + ("-"+version_info[3] if
2626
version_info[3] else "")

docs/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Online documentation
66

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

0 commit comments

Comments
 (0)