diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 4784b5f0b0..24a11da19e 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -20,8 +20,8 @@ Maintainers - Jacob Walls - Bryce Guinta - Ceridwen -- Łukasz Rogalski - Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> +- Łukasz Rogalski - Florian Bruhin - Ashley Whetter - Dimitri Prybysh @@ -64,6 +64,7 @@ Contributors - James Addison <55152140+jayaddison@users.noreply.github.com> - FELD Boris - Enji Cooper +- Dani Alcala <112832187+clavedeluna@users.noreply.github.com> - Adrien Di Mascio - tristanlatr <19967168+tristanlatr@users.noreply.github.com> - emile@crater.logilab.fr @@ -81,6 +82,7 @@ Contributors - Peter Kolbus - Omer Katz - Moises Lopez +- Michal Vasilek - Keichi Takahashi - Kavins Singh - Karthikeyan Singaravelan @@ -91,7 +93,6 @@ Contributors - David Euresti - David Douard - David Cain -- Dani Alcala <112832187+clavedeluna@users.noreply.github.com> - Anthony Truchet - Anthony Sottile - Alexander Shadchin @@ -127,7 +128,6 @@ Contributors - Nicolas Noirbent - Neil Girdhar - Michał Masłowski -- Michal Vasilek - Mateusz Bysiek - Leandro T. C. Melo - Konrad Weihmann @@ -170,6 +170,7 @@ Contributors - BioGeek - Bianca Power <30207144+biancapower@users.noreply.github.com> - Benjamin Elven <25181435+S3ntinelX@users.noreply.github.com> +- Ben Elliston - Becker Awqatty - Batuhan Taskaya - BasPH @@ -182,7 +183,6 @@ Contributors - Alexander Scheel - Alexander Presnyakov - Ahmed Azzaoui -- Ben Elliston Co-Author --------- diff --git a/ChangeLog b/ChangeLog index 9e9f966287..e38393d3d3 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 c4432643a4..9742a077dd 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 f5ee5006cb..2fa235b5e4 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 = ''' ^(?P0|[1-9]\d*) \.