diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 0fb15ad552..942556f41f 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -15,14 +15,14 @@ Maintainers ----------- - Pierre Sassoulas - Hippo91 -- Marc Mueller <30130371+cdce8p@users.noreply.github.com> - Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> +- Marc Mueller <30130371+cdce8p@users.noreply.github.com> - Bryce Guinta +- Jacob Walls - Ceridwen - Łukasz Rogalski - Florian Bruhin - Ashley Whetter -- Jacob Walls - Dimitri Prybysh - Areveny @@ -37,11 +37,11 @@ Contributors - David Gilman - Julien Jehannet - Calen Pennington +- Tim Martin - Phil Schaf - Hugo van Kemenade - Alex Hall - Tushar Sadhwani <86737547+tushar-deepsource@users.noreply.github.com> -- Tim Martin - Raphael Gaschignard - Radosław Ganczarek - Paligot Gérard @@ -52,10 +52,12 @@ Contributors - Ville Skyttä - Rene Zhang - Philip Lorenz +- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> - Mario Corchero - Marien Zwart - FELD Boris - Enji Cooper +- tristanlatr <19967168+tristanlatr@users.noreply.github.com> - doranid - brendanator - Tomas Gavenciak @@ -67,6 +69,7 @@ Contributors - Peter Kolbus - Omer Katz - Moises Lopez +- Michael - Keichi Takahashi - Kavins Singh - Karthikeyan Singaravelan @@ -79,13 +82,14 @@ Contributors - Anthony Sottile - Alexander Shadchin - wgehalo -- tristanlatr <19967168+tristanlatr@users.noreply.github.com> - rr- - raylu +- nathannaveen <42319948+nathannaveen@users.noreply.github.com> - mathieui - markmcclain - ioanatia - grayjk +- adam-grant-hendry <59346180+adam-grant-hendry@users.noreply.github.com> - Zbigniew Jędrzejewski-Szmek - Zac Hatfield-Dodds - Vilnis Termanis @@ -110,7 +114,6 @@ Contributors - Michał Masłowski - Michael K - Mateusz Bysiek -- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> - Leandro T. C. Melo - Konrad Weihmann - Kian Meng, Ang @@ -137,6 +140,7 @@ Contributors - DudeNr33 <3929834+DudeNr33@users.noreply.github.com> - Dmitry Shachnev - Denis Laxalde +- Deepyaman Datta - David Poirier - Dave Hirschfeld - Dave Baum @@ -152,6 +156,7 @@ Contributors - Bianca Power <30207144+biancapower@users.noreply.github.com> - Benjamin Elven <25181435+S3ntinelX@users.noreply.github.com> - Becker Awqatty +- Batuhan Taskaya - BasPH - Azeem Bande-Ali - Aru Sahni @@ -159,6 +164,7 @@ Contributors - Anubhav <35621759+anubh-v@users.noreply.github.com> - Antoine Boellinger - Alphadelta14 +- Alexander Scheel - Alexander Presnyakov - Ahmed Azzaoui diff --git a/ChangeLog b/ChangeLog index 7fd42e2552..079a2bee03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,10 +8,16 @@ Release date: TBA -What's New in astroid 2.12.1? +What's New in astroid 2.12.2? ============================= Release date: TBA + + +What's New in astroid 2.12.1? +============================= +Release date: 2022-07-10 + * Fix a crash when inferring old-style string formatting (``%``) using tuples. * Fix a crash when ``None`` (or a value inferred as ``None``) participates in a diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 516d27709d..f65aeabaa1 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.12.0" +__version__ = "2.12.1" version = __version__ diff --git a/tbump.toml b/tbump.toml index 20d275ecda..98ddeebad3 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.12.0" +current = "2.12.1" regex = ''' ^(?P0|[1-9]\d*) \.