Skip to content

Commit

Permalink
Version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Sep 2, 2024
1 parent 6877c81 commit 841ce10
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.

.. towncrier release notes start
v3.3.1 (2024-09-01)
-------------------

Bugfixes
^^^^^^^^

- Fix all class members missing when documenting a module with the same name as a standard library module

Members inherited from the standard library can also have their skip value
overridden by autoapi-skip-member. (#478)


Misc
^^^^

- Updated all github actions.


v3.3.0 (2024-08-28)
-------------------

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.0"
__version_info__ = (3, 3, 0)
__version__ = "3.3.1"
__version_info__ = (3, 3, 1)
1 change: 0 additions & 1 deletion docs/changes/+168cc6cb.misc.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/changes/478.bugfix.rst

This file was deleted.

0 comments on commit 841ce10

Please sign in to comment.