We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68622d commit cd3f90bCopy full SHA for cd3f90b
CHANGELOG.rst
@@ -5,6 +5,21 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
5
6
.. towncrier release notes start
7
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
23
v3.0.0 (2023-09-26)
24
-------------------
25
autoapi/__init__.py
@@ -3,5 +3,5 @@
3
from .extension import setup
4
__all__ = ("setup",)
-__version__ = "3.0.0"
-__version_info__ = (3, 0, 0)
+__version__ = "3.1.0a1"
+__version_info__ = (3, 1, 0)
0 commit comments