Skip to content

Commit 8001fbd

Browse files
committed
Version 3.1.1
1 parent eecb6e8 commit 8001fbd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.rst

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

66
.. towncrier release notes start
77
8+
v3.1.1 (2024-05-22)
9+
-------------------
10+
11+
Bugfixes
12+
^^^^^^^^
13+
14+
- Fix private subpackages causing orphan pages (#446)
15+
16+
817
v3.1.0 (2024-05-20)
918
-------------------
1019

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

docs/changes/446.bugfix

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

0 commit comments

Comments
 (0)