Skip to content

Commit cd3f90b

Browse files
committed
Version 3.1.0a1
1 parent e68622d commit cd3f90b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.rst

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

66
.. towncrier release notes start
77
8+
v3.1.0a1 (2024-01-31)
9+
---------------------
10+
11+
Features
12+
^^^^^^^^
13+
14+
- Objects can render to their own page (#226)
15+
16+
17+
Misc
18+
^^^^
19+
20+
- #388
21+
22+
823
v3.0.0 (2023-09-26)
924
-------------------
1025

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.0a1"
7+
__version_info__ = (3, 1, 0)

0 commit comments

Comments
 (0)