Skip to content

Commit 8c74a5f

Browse files
Bump astroid to 3.3.5, update changelog (#2600)
1 parent d1f9347 commit 8c74a5f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ Release date: TBA
99

1010

1111

12-
What's New in astroid 3.3.5?
12+
What's New in astroid 3.3.6?
1313
============================
1414
Release date: TBA
1515

16+
17+
18+
What's New in astroid 3.3.5?
19+
============================
20+
Release date: 2024-10-04
21+
1622
* Control setting local nodes outside of the supposed local's constructor.
1723

1824
Closes #1490

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "3.3.4"
5+
__version__ = "3.3.5"
66
version = __version__

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/astroid"
22

33
[version]
4-
current = "3.3.4"
4+
current = "3.3.5"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)