Skip to content

Commit 0b4509e

Browse files
committed
Version 3.6.1
1 parent 21a53c7 commit 0b4509e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
55

66
.. towncrier release notes start
77
8+
v3.6.1 (2025-10-06)
9+
-------------------
10+
11+
Bugfixes
12+
^^^^^^^^
13+
14+
- Update the supported versions of astroid.
15+
Fix the breaking change to Import and pass in the AstroidManager to the AstroidBuilder (#536)
16+
17+
818
v3.6.0 (2025-02-17)
919
-------------------
1020

autoapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .extension import setup
44

55
__all__ = ("setup",)
6-
__version__ = "3.6.0"
7-
__version_info__ = (3, 6, 0)
6+
__version__ = "3.6.1"
7+
__version_info__ = (3, 6, 1)

docs/changes/536.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)