diff --git a/README.rst b/README.rst index 027958d6..669c4bb5 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/aioxmpp/_version.py b/aioxmpp/_version.py index 03dc2a0f..da23b40b 100644 --- a/aioxmpp/_version.py +++ b/aioxmpp/_version.py @@ -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 "") diff --git a/docs/README.rst b/docs/README.rst index 9ce21d3f..ac59ff3d 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -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 -`_. It is automatically updated when +`_. It is automatically updated when a commit is pushed to devel. Documentation for specific aioxmpp versions is available at ``_.