Skip to content

Commit 3f5af5c

Browse files
Bump astroid to 2.6.5, update changelog
1 parent ff6f9e7 commit 3f5af5c

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
@@ -7,10 +7,16 @@ What's New in astroid 2.7.0?
77
Release date: TBA
88

99

10-
What's New in astroid 2.6.5?
10+
What's New in astroid 2.6.6?
1111
============================
1212
Release date: TBA
1313

14+
15+
16+
What's New in astroid 2.6.5?
17+
============================
18+
Release date: 2021-07-21
19+
1420
* Fix a crash when there would be a 'TypeError object does not support
1521
item assignment' in the code we parse.
1622

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

0 commit comments

Comments
 (0)