summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-08-25 11:32:21 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-08-25 12:14:40 +0200
commit7fba17d69b033a5aace1d7b1aed7887a8ef2c4b4 (patch)
treedb4a88e5cae153eb0387b81a48a1775c9f0b059c
parentd463bd2de2c4565e7e630bc61aa4685acc1f5183 (diff)
downloadastroid-git-2.12.4.tar.gz
Bump astroid to 2.12.4, update changelogv2.12.4
-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 d25ecb25..285cf302 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.12.4?
+What's New in astroid 2.12.5?
=============================
Release date: TBA
+
+
+What's New in astroid 2.12.4?
+=============================
+Release date: 2022-08-25
+
* Fixed a crash involving non-standard type comments such as ``# type: # any comment``.
Refs PyCQA/pylint#7347
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 74eb08ad..e2ffb145 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -2,5 +2,5 @@
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
-__version__ = "2.12.3"
+__version__ = "2.12.4"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index aca5accc..79a38ab1 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.12.3"
+current = "2.12.4"
regex = '''
^(?P<major>0|[1-9]\d*)
\.