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
3
3
4
4
Versions follow `Semantic Versioning <https://semver.org/ >`_ (``<major>.<minor>.<patch> ``).
5
5
6
- v1.8.2 (TBC )
6
+ v1.8.2 (2021-07-26 )
7
7
-------------------
8
8
9
- Features
10
- ^^^^^^^^
11
-
12
- * `#292 <https://github.com/readthedocs/sphinx-autoapi/issues/292> `:
13
- Explicitly use the domain for generated directives.
14
-
15
9
Bug Fixes
16
10
^^^^^^^^^
17
11
@@ -22,6 +16,8 @@ Bug Fixes
22
16
instead of relative to the conf.py file.
23
17
* `#289 <https://github.com/readthedocs/sphinx-autoapi/issues/289> `: (Python)
24
18
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.
25
21
26
22
27
23
v1.8.1 (2021-04-24)
Original file line number Diff line number Diff line change 3
3
from .extension import setup
4
4
5
5
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