Skip to content

Commit b9b2a95

Browse files
committed
Version 3.3.2
1 parent b14c0cc commit b9b2a95

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.3.2 (2024-09-25)
9+
-------------------
10+
11+
Bugfixes
12+
^^^^^^^^
13+
14+
- Fix types missing from documentation generated by autodoc-style directives. (#473)
15+
16+
817
v3.3.1 (2024-09-01)
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.3.1"
7-
__version_info__ = (3, 3, 1)
6+
__version__ = "3.3.2"
7+
__version_info__ = (3, 3, 2)

docs/changes/473.bugfix.rst

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

0 commit comments

Comments
 (0)