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>.
5
5
6
6
.. towncrier release notes start
7
7
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
+
8
29
v3.0.0 (2023-09-26)
9
30
-------------------
10
31
Original file line number Diff line number Diff line change 3
3
from .extension import setup
4
4
5
5
__all__ = ("setup" ,)
6
- __version__ = "3.0.0 "
6
+ __version__ = "3.0.0a4 "
7
7
__version_info__ = (3 , 0 , 0 )
You can’t perform that action at this time.
0 commit comments