summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-01-31 22:18:17 +0100
committerGitHub <noreply@github.com>2023-01-31 22:18:17 +0100
commitde9736de43cdf2d7ca6165fdde265075bfc5f6d8 (patch)
tree9644ba7316f81d9e6db4c0371729623b2837fc54
parentaf92f23adc069cea7013f376c6c4620c8927fa04 (diff)
downloadastroid-git-2.13.5.tar.gz
Release 2.13.5 (#2003)v2.13.5
-rw-r--r--ChangeLog9
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b95f224..cfcbbaf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,13 +8,18 @@ Release date: TBA
-What's New in astroid 2.13.5?
+What's New in astroid 2.13.6?
=============================
Release date: TBA
-* Revert ``CallContext`` change as it caused a ``RecursionError`` regression.
+What's New in astroid 2.13.5?
+=============================
+Release date: 2023-01-31
+
+* Revert ``CallContext`` change as it caused a ``RecursionError`` regression.
+
What's New in astroid 2.13.4?
=============================
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 681e9983..6426c9c1 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.13.4"
+__version__ = "2.13.5"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 4cf249ab..1c42c466 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.13.4"
+current = "2.13.5"
regex = '''
^(?P<major>0|[1-9]\d*)
\.