Skip to content

Commit

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

.. towncrier release notes start
v3.3.3 (2024-10-25)
-------------------

Bugfixes
^^^^^^^^

- Document packages and modules under a single "submodules" heading (#450)
- Fix crash when __init__ is assigned to (#488)
- Fix documenting incorrect attributes from __init__ (#497)


Misc
^^^^

- #426, #462, #491, #492


v3.3.2 (2024-09-25)
-------------------

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.3.2"
__version_info__ = (3, 3, 2)
__version__ = "3.3.3"
__version_info__ = (3, 3, 3)
3 changes: 0 additions & 3 deletions docs/changes/426.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/450.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/462.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/488.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/491.misc

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/492.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/497.bugfix.rst

This file was deleted.

0 comments on commit f5c7295

Please sign in to comment.