Skip to content

Commit 9e19e4a

Browse files
committed
Version 3.1.0a4
1 parent 5c0f650 commit 9e19e4a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.rst

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

66
.. towncrier release notes start
77
8+
v3.1.0a4 (2024-03-24)
9+
---------------------
10+
11+
Bugfixes
12+
^^^^^^^^
13+
14+
- Children not present in `__all__` are not rendered. (#226)
15+
- Fix emitting ignore event twice for methods. (#226)
16+
- Corrected documentation around `imported-members` to reflect that it
17+
applies only to objects imported into a package, not modules. (#226)
18+
- Fix path error on Windows. (#226)
19+
- Fix submodule with `__init__.pyi` documented as `__init__` instead of submodule name (#398)
20+
- Fix IndexError when a module docstring contains only a heading (#412)
21+
22+
23+
Misc
24+
^^^^
25+
26+
- #388
27+
28+
829
v3.0.0 (2023-09-26)
930
-------------------
1031

autoapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .extension import setup
44

55
__all__ = ("setup",)
6-
__version__ = "3.0.0"
6+
__version__ = "3.0.0a4"
77
__version_info__ = (3, 0, 0)

0 commit comments

Comments
 (0)