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 3e32238 commit 2a90c6dCopy full SHA for 2a90c6d
CHANGELOG.rst
@@ -5,6 +5,15 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
5
6
.. towncrier release notes start
7
8
+v3.2.1 (2024-07-23)
9
+-------------------
10
+
11
+Bugfixes
12
+^^^^^^^^
13
14
+- Fix error or duplicates when __init__ assigns to a property (#466)
15
16
17
v3.2.0 (2024-07-20)
18
-------------------
19
autoapi/__init__.py
@@ -3,5 +3,5 @@
3
from .extension import setup
4
__all__ = ("setup",)
-__version__ = "3.2.0"
-__version_info__ = (3, 2, 0)
+__version__ = "3.2.1"
+__version_info__ = (3, 2, 1)
docs/changes/466.bugfix
0 commit comments