Skip to content

Commit 75cbffd

Browse files
committed
Version 3.8.0
1 parent 7838cf6 commit 75cbffd

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
55

66
.. towncrier release notes start
77
8+
v3.8.0 (2026-03-07)
9+
-------------------
10+
11+
Features
12+
^^^^^^^^
13+
14+
- Autodoc-style directives can access members excluded by autoapi_options
15+
16+
17+
Misc
18+
^^^^
19+
20+
- #553
21+
22+
823
v3.7.0 (2026-02-10)
924
-------------------
1025

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
__all__ = ("setup",)
6-
__version__ = "3.7.0"
7-
__version_info__ = (3, 7, 0)
6+
__version__ = "3.8.0"
7+
__version_info__ = (3, 8, 0)

docs/changes/+34248af0.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/553.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)