summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-01-31 14:16:28 +0100
committerGitHub <noreply@github.com>2023-01-31 14:16:28 +0100
commitd9023eff11ef87cec646d45de78785e429593deb (patch)
tree619a4cbc1a06891d0137b3f7df79c3970eab6b42
parent2cdf6cef10ab70495522d09046f4ee0ca5484f9f (diff)
downloadastroid-git-2.13.4.tar.gz
Bump astroid to 2.13.4, update changelog (#1997)v2.13.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 82871c14..317d69e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.13.4?
+What's New in astroid 2.13.5?
=============================
Release date: TBA
+
+
+What's New in astroid 2.13.4?
+=============================
+Release date: 2023-01-31
+
* Fix issues with ``typing_extensions.TypeVar``.
* Fix ``ClassDef.fromlino`` for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator.
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 6cc5ea96..681e9983 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.3"
+__version__ = "2.13.4"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 9e0ad42f..4cf249ab 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.13.3"
+current = "2.13.4"
regex = '''
^(?P<major>0|[1-9]\d*)
\.