We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdc0df commit 4d8f638Copy full SHA for 4d8f638
CHANGELOG.rst
@@ -3,7 +3,7 @@ Changelog
3
4
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
5
6
-v1.8.3 (TBC)
+v1.8.3 (2021-07-31)
7
-------------------
8
9
Bug Fixes
autoapi/__init__.py
@@ -3,5 +3,5 @@
from .extension import setup
-__version__ = "1.8.2"
-__version_info__ = (1, 8, 2)
+__version__ = "1.8.3"
+__version_info__ = (1, 8, 3)
0 commit comments