File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff 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+
829v3.0.0 (2023-09-26)
930-------------------
1031
Original file line number Diff line number Diff line change 33from .extension import setup
44
55__all__ = ("setup" ,)
6- __version__ = "3.0.0 "
6+ __version__ = "3.0.0a4 "
77__version_info__ = (3 , 0 , 0 )
You can’t perform that action at this time.
0 commit comments