Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Sep 26, 2023
1 parent 6317148 commit 006142d
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 11 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.0.0 (2023-09-26)
-------------------

Bugfixes
^^^^^^^^

- Ensure `tooltip` is always a `str`. (str-tooltip)
- Replaced usage of deprecated sphinx.util.status_iterator (#391)


Deprecations and Removals
^^^^^^^^^^^^^^^^^^^^^^^^^

- Removed support for documenting languages other than Python (#248)
- Removed support for Python 3.7


Misc
^^^^

- #389, #390, #392, #407


v2.1.1 (2023-06-10)
-------------------

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__ = "2.1.1"
__version_info__ = (2, 1, 1)
__version__ = "3.0.0"
__version_info__ = (3, 0, 0)
1 change: 0 additions & 1 deletion docs/changes/+47c37f4d.removal

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/+5819ffe5.misc

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/248.removal

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/396.str-tooltip.bugfix

This file was deleted.

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

This file was deleted.

0 comments on commit 006142d

Please sign in to comment.