Skip to content

Commit

Permalink
Version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Jul 23, 2024
1 parent 3e32238 commit 2a90c6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.

.. towncrier release notes start
v3.2.1 (2024-07-23)
-------------------

Bugfixes
^^^^^^^^

- Fix error or duplicates when __init__ assigns to a property (#466)


v3.2.0 (2024-07-20)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions autoapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .extension import setup

__all__ = ("setup",)
__version__ = "3.2.0"
__version_info__ = (3, 2, 0)
__version__ = "3.2.1"
__version_info__ = (3, 2, 1)
1 change: 0 additions & 1 deletion docs/changes/466.bugfix

This file was deleted.

0 comments on commit 2a90c6d

Please sign in to comment.