summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-21 08:48:33 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-21 08:48:33 +0200
commit3f5af5cde53c51997700c2532ccac2b30e60842e (patch)
treebd014da3b45391717bff0c5976c0ae49ab36d054
parentff6f9e791e0d72b1dba610365e03b848952beea3 (diff)
downloadastroid-git-2.6.5.tar.gz
Bump astroid to 2.6.5, update changelogv2.6.5
-rw-r--r--ChangeLog8
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
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 = '''
^(?P<major>0|[1-9]\d*)
\.