Version 2.0.1

pull/367/head v2.0.1
Ashley Whetter 1 year ago
parent 03aefdf446
commit 2335e002f8

@ -3,8 +3,8 @@ Changelog
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
v2.0.1 (TBC)
------------
v2.0.1 (2023-01-16)
-------------------
Features
^^^^^^^^
@ -18,6 +18,8 @@ Bug Fixes
* `#341 <https://github.com/readthedocs/sphinx-autoapi/issues/341>`: (Python)
Fix module level assignments to class attributes being documented as
module level attributes.
* (Python) Fix "bysource" sort order showing items in alphabetical order.
* (Python) Use the correct directives for a variable type and value.
Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^

@ -3,5 +3,5 @@
from .extension import setup
__version__ = "2.0.0"
__version_info__ = (2, 0, 0)
__version__ = "2.0.1"
__version_info__ = (2, 0, 1)

Loading…
Cancel
Save