Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Aug 29, 2024
1 parent 1a0db7d commit 06780e3
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 8 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.

.. towncrier release notes start
v3.3.0 (2024-08-28)
-------------------

Features
^^^^^^^^

- Do not document members inherited from standard library classes. (#467)


Bugfixes
^^^^^^^^

- Fix instance attributes not being documented by inherited-members (#477)


Misc
^^^^

- #425
- Fix the parser returning a dictionary instead of a list in the empty parse scenario
- Rename testenvs to all follow similar naming style


v3.2.1 (2024-07-23)
-------------------

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.1"
__version_info__ = (3, 2, 1)
__version__ = "3.3.0"
__version_info__ = (3, 3, 0)
1 change: 0 additions & 1 deletion docs/changes/+9b32031d.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/467.feature

This file was deleted.

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

This file was deleted.

0 comments on commit 06780e3

Please sign in to comment.