From 3f5af5cde53c51997700c2532ccac2b30e60842e Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 21 Jul 2021 08:48:33 +0200 Subject: Bump astroid to 2.6.5, update changelog --- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index aac3d217..5ad82774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,10 +7,16 @@ What's New in astroid 2.7.0? Release date: TBA -What's New in astroid 2.6.5? +What's New in astroid 2.6.6? ============================ Release date: TBA + + +What's New in astroid 2.6.5? +============================ +Release date: 2021-07-21 + * Fix a crash when there would be a 'TypeError object does not support item assignment' in the code we parse. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 20185c64..94891f43 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -24,5 +24,5 @@ # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/main/LICENSE -__version__ = "2.6.5-dev0" +__version__ = "2.6.5" version = __version__ diff --git a/tbump.toml b/tbump.toml index 12688b33..b43e49bf 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.6.5-dev0" +current = "2.6.5" regex = ''' ^(?P0|[1-9]\d*) \. -- cgit v1.2.1