Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Jun 10, 2023
1 parent c3c6e15 commit 0ac1e11
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 15 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.

.. towncrier release notes start
v2.1.1 (2023-06-10)
-------------------

Bugfixes
^^^^^^^^

- Fix "document isn't included" warning when using autoapi_add_toctree_entry (#319)
- Types used in PEP-604 union syntax can be linked with intersphinx (#366)
- Fix class overrides not rendering correctly.
- Fix separated type comments for arguments not merging correctly in Python 3.7
- Fixed viewcode being unable to find the source code for imported objects


Improved Documentation
^^^^^^^^^^^^^^^^^^^^^^

- Made it clearer how to customise what objects AutoAPI will document. (#339)


Misc
^^^^

- #375, #382


v2.1.0 (2023-03-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__ = "2.1.0"
__version_info__ = (2, 1, 0)
__version__ = "2.1.1"
__version_info__ = (2, 1, 1)
1 change: 0 additions & 1 deletion docs/changes/+0b0b82e4.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/339.doc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ commands =
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

[testenv:release_notes]
skip_install = true
deps =
towncrier
commands =
Expand Down

0 comments on commit 0ac1e11

Please sign in to comment.