Skip to content

Commit

Permalink
Version 3.1.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Mar 24, 2024
1 parent 5c0f650 commit 09da4f5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.

.. towncrier release notes start
v3.0.0 (2024-03-24)
-------------------

Features
^^^^^^^^

- Objects can render to their own page (#226)


Bugfixes
^^^^^^^^

- Fix submodule with `__init__.pyi` documented as `__init__` instead of submodule name (#398)
- Fix IndexError when a module docstring contains only a heading (#412)


Misc
^^^^

- #388


v3.0.0 (2023-09-26)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion 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.0.0"
__version__ = "3.0.0a4"
__version_info__ = (3, 0, 0)

0 comments on commit 09da4f5

Please sign in to comment.