summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 12:23:08 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 12:37:43 +0200
commitb2dbf7bdaa02436962c4c5ccbc6bbb8b8e0c3295 (patch)
tree4d240f330656862c36162e025b4f0cd4458bd2be
parentfbe7859ec56ab64cc4d1b2604082878fdfdc8a14 (diff)
downloadastroid-git-2.12.7.tar.gz
Bump astroid to 2.12.7, update changelogv2.12.7
-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 1617711d..21476b4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.12.7?
+What's New in astroid 2.12.8?
=============================
Release date: TBA
+
+
+What's New in astroid 2.12.7?
+=============================
+Release date: 2022-09-06
+
* Fixed a crash in the ``dataclass`` brain for uninferable bases.
Closes PyCQA/pylint#7418
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index b8e952e2..db3d7076 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.6"
+__version__ = "2.12.7"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index aa0e3498..a876b7bc 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.12.6"
+current = "2.12.7"
regex = '''
^(?P<major>0|[1-9]\d*)
\.