Skip to content

Commit d0775d5

Browse files
Bump astroid to 2.9.0, update changelog
1 parent 326ada7 commit d0775d5

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

ChangeLog

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

5-
What's New in astroid 2.9.0?
5+
What's New in astroid 2.10.0?
6+
=============================
7+
Release date: TBA
8+
9+
10+
11+
What's New in astroid 2.9.1?
612
============================
713
Release date: TBA
814

15+
16+
17+
What's New in astroid 2.9.0?
18+
============================
19+
Release date: 2021-11-21
20+
921
* Add ``end_lineno`` and ``end_col_offset`` attributes to astroid nodes.
1022

1123
* Always treat ``__class_getitem__`` as a classmethod.

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2525
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
2626

27-
__version__ = "2.9.0-dev0"
27+
__version__ = "2.9.0"
2828
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/PyCQA/astroid"
22

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

tests/unittest_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# Copyright (c) 2019 Alex Hall <[email protected]>
1717
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
1818
# Copyright (c) 2020 David Gilman <[email protected]>
19+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1920
# Copyright (c) 2021 Daniël van Noord <[email protected]>
2021
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2122
# Copyright (c) 2021 René Fritze <[email protected]>
22-
# Copyright (c) 2021 Marc Mueller <[email protected]>
2323
# Copyright (c) 2021 Federico Bond <[email protected]>
2424
# Copyright (c) 2021 hippo91 <[email protected]>
2525

tests/unittest_object_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Copyright (c) 2018 Bryce Guinta <[email protected]>
55
# Copyright (c) 2019 Ashley Whetter <[email protected]>
66
# Copyright (c) 2020 David Gilman <[email protected]>
7-
# Copyright (c) 2021 Keichi Takahashi <[email protected]>
87
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
8+
# Copyright (c) 2021 Keichi Takahashi <[email protected]>
99
# Copyright (c) 2021 Marc Mueller <[email protected]>
1010
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1111
# Copyright (c) 2021 hippo91 <[email protected]>

tests/unittest_protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Copyright (c) 2019 Ashley Whetter <[email protected]>
77
# Copyright (c) 2020-2021 hippo91 <[email protected]>
88
# Copyright (c) 2020 David Gilman <[email protected]>
9-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
109
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
10+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1111
# Copyright (c) 2021 Marc Mueller <[email protected]>
1212

1313
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html

0 commit comments

Comments
 (0)