summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-01-31 22:38:48 +0100
committerGitHub <noreply@github.com>2023-01-31 22:38:48 +0100
commitb4214142c8d16089f9f328f0a5422093b6886763 (patch)
tree7938e667ae4ca8a9bdfa362f1bbec048acc33102
parent4cba686f22ab51d64e541bb4fb7452058be5f37c (diff)
downloadastroid-git-b4214142c8d16089f9f328f0a5422093b6886763.tar.gz
Release 2.14.1 (#2004)v2.14.1
-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 c3e82cb6..3f4b867a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,13 +8,18 @@ Release date: TBA
-What's New in astroid 2.14.1?
+What's New in astroid 2.14.2?
=============================
Release date: TBA
-* Revert ``CallContext`` change as it caused a ``RecursionError`` regression.
+What's New in astroid 2.14.1?
+=============================
+Release date: 2023-01-31
+
+* Revert ``CallContext`` change as it caused a ``RecursionError`` regression.
+
What's New in astroid 2.14.0?
=============================
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 435d64c7..c4432643 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.14.0"
+__version__ = "2.14.1"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index f97c2e1f..f5ee5006 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.14.0"
+current = "2.14.1"
regex = '''
^(?P<major>0|[1-9]\d*)
\.