summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-20 13:37:00 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-20 13:37:00 +0200
commit3b2fbaec045697d53bdd4435e59dbfc2b286df4b (patch)
treed8ee3bab644de4a94d5b2303f600fc6e9f3893e5
parent106f0afd2abe6b3ace3a6eff86d7adc76977f8b3 (diff)
downloadpylint-git-3b2fbaec045697d53bdd4435e59dbfc2b286df4b.tar.gz
Bump pylint to 2.13.7, update changelogv2.13.7
-rw-r--r--ChangeLog8
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a8485ad5..9054bd22f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,10 +16,16 @@ Release date: TBA
(Ie. not necessarily at the end)
-What's New in Pylint 2.13.7?
+What's New in Pylint 2.13.8?
============================
Release date: TBA
+
+
+What's New in Pylint 2.13.7?
+============================
+Release date: 2022-04-20
+
* Fix a crash caused by using the new config from 2.14.0 in 2.13.x code.
Closes #6408
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 509ed080e..364eaceb1 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -4,7 +4,7 @@
from typing import Tuple
-__version__ = "2.13.6"
+__version__ = "2.13.7"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 43e8c5386..223b057d5 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.13.6"
+current = "2.13.7"
regex = '''
^(?P<major>0|[1-9]\d*)
\.