Skip to content

Commit 3fb17a1

Browse files
committed
Bump astroid to 3.1.0, update changelog
1 parent 8c7106e commit 3fb17a1

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ Contributors
191191
- Alexander Scheel <[email protected]>
192192
- Alexander Presnyakov <[email protected]>
193193
- Ahmed Azzaoui <[email protected]>
194+
- JulianJvn <[email protected]>
195+
- Gwyn Ciesla <[email protected]>
194196

195197
Co-Author
196198
---------

ChangeLog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@ astroid's ChangeLog
33
===================
44

55

6-
What's New in astroid 3.1.0?
6+
What's New in astroid 3.2.0?
7+
============================
8+
Release date: TBA
9+
10+
11+
12+
What's New in astroid 3.1.1?
713
============================
814
Release date: TBA
915

16+
17+
18+
What's New in astroid 3.1.0?
19+
============================
20+
Release date: 2024-02-23
21+
1022
* Include PEP 695 (Python 3.12) generic type syntax nodes in ``get_children()``,
1123
allowing checkers to visit them.
1224

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.1.0-dev0"
5+
__version__ = "3.1.0"
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.1.0-dev0"
4+
current = "3.1.0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)