Skip to content

Commit

Permalink
Bump astroid to 2.14.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 12, 2023
1 parent 4af956c commit 4182d0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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
---------
Expand Down
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -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*)
\.
Expand Down

0 comments on commit 4182d0e

Please sign in to comment.