Skip to content

Commit 6dae5a3

Browse files
committed
Version 3.6.0
1 parent b846a0c commit 6dae5a3

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
55

66
.. towncrier release notes start
77
8+
v3.6.0 (2025-02-17)
9+
-------------------
10+
11+
Features
12+
^^^^^^^^
13+
14+
- Render type aliases properly rather than as an assignment (#414)
15+
16+
17+
Misc
18+
^^^^
19+
20+
- Drop support for Python 3.8
21+
- Fix readthedocs build
22+
23+
824
v3.5.0 (2025-02-09)
925
-------------------
1026

autoapi/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .extension import setup
44

55
__all__ = ("setup",)
6-
__version__ = "3.5.0"
7-
__version_info__ = (3, 5, 0)
6+
__version__ = "3.6.0"
7+
__version_info__ = (3, 6, 0)

docs/changes/+c324a920.misc.rst

-1
This file was deleted.

docs/changes/+fa8d867e.misc.rst

-1
This file was deleted.

docs/changes/414.feature.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)