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 613eff5 commit 83b1260Copy full SHA for 83b1260
CHANGELOG.rst
@@ -3,8 +3,8 @@ Changelog
3
4
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
5
6
-v1.8.1 (TBC)
7
-------------
+v1.8.1 (2021-04-24)
+-------------------
8
9
Bug Fixes
10
^^^^^^^^^
autoapi/__init__.py
@@ -3,5 +3,5 @@
from .extension import setup
-__version__ = "1.8.0"
-__version_info__ = (1, 8, 0)
+__version__ = "1.8.1"
+__version_info__ = (1, 8, 1)
0 commit comments