Skip to content

Commit 8020036

Browse files
committed
Version 3.1.0a3
1 parent 5c423ff commit 8020036

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.rst

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

66
.. towncrier release notes start
77
8+
v3.1.0a3 (2024-02-16)
9+
---------------------
10+
11+
Bugfixes
12+
^^^^^^^^
13+
14+
- Rename "single page output" to "own page output". (#226)
15+
16+
- Also added tests for own page output. (#226)
17+
18+
- Fix some inherited members always being rendered. (#226)
19+
20+
- Own page members of an entity are linked to after the docstring
21+
of the parent entity. (#226)
22+
23+
- Fix entities below the "class" level that have their own page
24+
from rendering incorrectly. (#226)
25+
26+
827
v3.0.0 (2023-09-26)
928
-------------------
1029

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.0.0"
7-
__version_info__ = (3, 0, 0)
6+
__version__ = "3.1.0a3"
7+
__version_info__ = (3, 1, 0)

0 commit comments

Comments
 (0)