summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-12 18:10:47 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-12 18:12:45 +0100
commit4182d0eef9528654fc683ce4a0625dddf8343d7f (patch)
tree21337997be9791e97d40c00627cf9be9be6dc02f
parent4af956c9115fe8912fa4ee8799c6e5aedd2f6c96 (diff)
downloadastroid-git-4182d0eef9528654fc683ce4a0625dddf8343d7f.tar.gz
Bump astroid to 2.14.2, update changelogv2.14.2
-rw-r--r--CONTRIBUTORS.txt8
-rw-r--r--ChangeLog5
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 10 insertions, 7 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 4784b5f0..24a11da1 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -20,8 +20,8 @@ Maintainers
- Jacob Walls <jacobtylerwalls@gmail.com>
- Bryce Guinta <bryce.paul.guinta@gmail.com>
- Ceridwen <ceridwenv@gmail.com>
-- Łukasz Rogalski <rogalski.91@gmail.com>
- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
+- Łukasz Rogalski <rogalski.91@gmail.com>
- Florian Bruhin <me@the-compiler.org>
- Ashley Whetter <ashley@awhetter.co.uk>
- Dimitri Prybysh <dmand@yandex.ru>
@@ -64,6 +64,7 @@ Contributors
- James Addison <55152140+jayaddison@users.noreply.github.com>
- FELD Boris <lothiraldan@gmail.com>
- Enji Cooper <yaneurabeya@gmail.com>
+- Dani Alcala <112832187+clavedeluna@users.noreply.github.com>
- Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
- tristanlatr <19967168+tristanlatr@users.noreply.github.com>
- emile@crater.logilab.fr <emile@crater.logilab.fr>
@@ -81,6 +82,7 @@ Contributors
- Peter Kolbus <peter.kolbus@gmail.com>
- Omer Katz <omer.drow@gmail.com>
- Moises Lopez <moylop260@vauxoo.com>
+- Michal Vasilek <michal@vasilek.cz>
- Keichi Takahashi <keichi.t@me.com>
- Kavins Singh <kavinsingh@hotmail.com>
- Karthikeyan Singaravelan <tir.karthi@gmail.com>
@@ -91,7 +93,6 @@ Contributors
- David Euresti <github@euresti.com>
- David Douard <david.douard@logilab.fr>
- David Cain <davidjosephcain@gmail.com>
-- Dani Alcala <112832187+clavedeluna@users.noreply.github.com>
- Anthony Truchet <anthony.truchet@logilab.fr>
- Anthony Sottile <asottile@umich.edu>
- Alexander Shadchin <alexandr.shadchin@gmail.com>
@@ -127,7 +128,6 @@ 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>
@@ -170,6 +170,7 @@ Contributors
- BioGeek <jeroen.vangoey@gmail.com>
- Bianca Power <30207144+biancapower@users.noreply.github.com>
- Benjamin Elven <25181435+S3ntinelX@users.noreply.github.com>
+- Ben Elliston <bje@air.net.au>
- Becker Awqatty <bawqatty@mide.com>
- Batuhan Taskaya <isidentical@gmail.com>
- BasPH <BasPH@users.noreply.github.com>
@@ -182,7 +183,6 @@ Contributors
- Alexander Scheel <alexander.m.scheel@gmail.com>
- Alexander Presnyakov <flagist0@gmail.com>
- Ahmed Azzaoui <ahmed.azzaoui@engie.com>
-- Ben Elliston <bje@air.net.au>
Co-Author
---------
diff --git a/ChangeLog b/ChangeLog
index 9e9f9662..e38393d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,9 +8,12 @@ Release date: TBA
+
+
+
What's New in astroid 2.14.2?
=============================
-Release date: TBA
+Release date: 2023-02-12
* '_infer_str_format_call' won't crash anymore when the string it analyses are uninferable.
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index c4432643..9742a077 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.1"
+__version__ = "2.14.2"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index f5ee5006..2fa235b5 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.14.1"
+current = "2.14.2"
regex = '''
^(?P<major>0|[1-9]\d*)
\.