Skip to content

Commit

Permalink
Version 3.1.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Feb 16, 2024
1 parent 1668f92 commit 7141003
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 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.1.0a2 (2024-02-16)
---------------------

Bugfixes
^^^^^^^^

- Fix members inherited from Exception always being displayed (#226)


v3.1.0a1 (2024-01-31)
---------------------

Features
^^^^^^^^

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

Misc
^^^^

- #388


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

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.0.0"
__version_info__ = (3, 0, 0)
__version__ = "3.1.0a2"
__version_info__ = (3, 1, 0)

0 comments on commit 7141003

Please sign in to comment.