File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,9 @@ Changelog
33
44Versions follow `Semantic Versioning <https://semver.org/ >`_ (``<major>.<minor>.<patch> ``).
55
6- v1.8.2 (TBC )
6+ v1.8.2 (2021-07-26 )
77-------------------
88
9- Features
10- ^^^^^^^^
11-
12- * `#292 <https://github.com/readthedocs/sphinx-autoapi/issues/292> `:
13- Explicitly use the domain for generated directives.
14-
159Bug Fixes
1610^^^^^^^^^
1711
@@ -22,6 +16,8 @@ Bug Fixes
2216 instead of relative to the conf.py file.
2317* `#289 <https://github.com/readthedocs/sphinx-autoapi/issues/289> `: (Python)
2418 Fixed AttributeError using inheritance diagrams on a module with plain imports.
19+ * `#292 <https://github.com/readthedocs/sphinx-autoapi/issues/292> `:
20+ Explicitly use the domain for generated directives.
2521
2622
2723v1.8.1 (2021-04-24)
Original file line number Diff line number Diff line change 33from .extension import setup
44
55
6- __version__ = "1.8.1 "
7- __version_info__ = (1 , 8 , 1 )
6+ __version__ = "1.8.2 "
7+ __version_info__ = (1 , 8 , 2 )
You can’t perform that action at this time.
0 commit comments