Skip to content

Commit 3545351

Browse files
committed
Version 1.8.2
1 parent 2c5c871 commit 3545351

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@ Changelog
33

44
Versions 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-
159
Bug 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

2723
v1.8.1 (2021-04-24)

autoapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .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)

0 commit comments

Comments
 (0)