summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-20 21:22:22 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-20 21:26:25 +0100
commitaed900b56f180faf34b2b28541dca41bac905e5e (patch)
treeceae7db78270778a6ccff50aa00819a6759060ec
parent6735f416a9d0ef5cfa9132b4af35000444144f21 (diff)
downloadastroid-git-aed900b56f180faf34b2b28541dca41bac905e5e.tar.gz
Bump astroid to 2.13.3, update changelogv2.13.3
-rw-r--r--CONTRIBUTORS.txt1
-rw-r--r--ChangeLog8
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 10 insertions, 3 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index d1b8c877..457d40cf 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -127,6 +127,7 @@ Contributors
- Nicolas Noirbent <nicolas@noirbent.fr>
- Neil Girdhar <mistersheik@gmail.com>
- Michał Masłowski <m.maslowski@clearcode.cc>
+- Michal Vasilek <michal@vasilek.cz>
- Mateusz Bysiek <mb@mbdev.pl>
- Leandro T. C. Melo <ltcmelo@gmail.com>
- Konrad Weihmann <kweihmann@outlook.com>
diff --git a/ChangeLog b/ChangeLog
index 465e1904..fa666208 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.13.3?
+What's New in astroid 2.13.4?
=============================
Release date: TBA
+
+
+What's New in astroid 2.13.3?
+=============================
+Release date: 2023-01-20
+
* Fix a regression in 2.13.2 where a RunTimeError could be raised unexpectedly.
Closes #1958
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 12781523..6cc5ea96 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.2"
+__version__ = "2.13.3"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index f517ff49..9e0ad42f 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.13.2"
+current = "2.13.3"
regex = '''
^(?P<major>0|[1-9]\d*)
\.