Skip to content

Commit

Permalink
Bump astroid to 2.12.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jul 10, 2022
1 parent a13285a commit ab469e2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
16 changes: 11 additions & 5 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Maintainers
-----------
- Pierre Sassoulas <[email protected]>
- Hippo91 <[email protected]>
- Marc Mueller <[email protected]>
- Daniël van Noord <[email protected]>
- Marc Mueller <[email protected]>
- Bryce Guinta <[email protected]>
- Jacob Walls <[email protected]>
- Ceridwen <[email protected]>
- Łukasz Rogalski <[email protected]>
- Florian Bruhin <[email protected]>
- Ashley Whetter <[email protected]>
- Jacob Walls <[email protected]>
- Dimitri Prybysh <[email protected]>
- Areveny <[email protected]>

Expand All @@ -37,11 +37,11 @@ Contributors
- David Gilman <[email protected]>
- Julien Jehannet <[email protected]>
- Calen Pennington <[email protected]>
- Tim Martin <[email protected]>
- Phil Schaf <[email protected]>
- Hugo van Kemenade <[email protected]>
- Alex Hall <[email protected]>
- Tushar Sadhwani <[email protected]>
- Tim Martin <[email protected]>
- Raphael Gaschignard <[email protected]>
- Radosław Ganczarek <[email protected]>
- Paligot Gérard <[email protected]>
Expand All @@ -52,10 +52,12 @@ Contributors
- Ville Skyttä <[email protected]>
- Rene Zhang <[email protected]>
- Philip Lorenz <[email protected]>
- Mark Byrne <[email protected]>
- Mario Corchero <[email protected]>
- Marien Zwart <[email protected]>
- FELD Boris <[email protected]>
- Enji Cooper <[email protected]>
- tristanlatr <[email protected]>
- doranid <[email protected]>
- brendanator <[email protected]>
- Tomas Gavenciak <[email protected]>
Expand All @@ -67,6 +69,7 @@ Contributors
- Peter Kolbus <[email protected]>
- Omer Katz <[email protected]>
- Moises Lopez <[email protected]>
- Michael <[email protected]>
- Keichi Takahashi <[email protected]>
- Kavins Singh <[email protected]>
- Karthikeyan Singaravelan <[email protected]>
Expand All @@ -79,13 +82,14 @@ Contributors
- Anthony Sottile <[email protected]>
- Alexander Shadchin <[email protected]>
- wgehalo <[email protected]>
- tristanlatr <[email protected]>
- rr- <[email protected]>
- raylu <[email protected]>
- nathannaveen <[email protected]>
- mathieui <[email protected]>
- markmcclain <[email protected]>
- ioanatia <[email protected]>
- grayjk <[email protected]>
- adam-grant-hendry <[email protected]>
- Zbigniew Jędrzejewski-Szmek <[email protected]>
- Zac Hatfield-Dodds <[email protected]>
- Vilnis Termanis <[email protected]>
Expand All @@ -110,7 +114,6 @@ Contributors
- Michał Masłowski <[email protected]>
- Michael K <[email protected]>
- Mateusz Bysiek <[email protected]>
- Mark Byrne <[email protected]>
- Leandro T. C. Melo <[email protected]>
- Konrad Weihmann <[email protected]>
- Kian Meng, Ang <[email protected]>
Expand All @@ -137,6 +140,7 @@ Contributors
- DudeNr33 <[email protected]>
- Dmitry Shachnev <[email protected]>
- Denis Laxalde <[email protected]>
- Deepyaman Datta <[email protected]>
- David Poirier <[email protected]>
- Dave Hirschfeld <[email protected]>
- Dave Baum <[email protected]>
Expand All @@ -152,13 +156,15 @@ Contributors
- Bianca Power <[email protected]>
- Benjamin Elven <[email protected]>
- Becker Awqatty <[email protected]>
- Batuhan Taskaya <[email protected]>
- BasPH <[email protected]>
- Azeem Bande-Ali <[email protected]>
- Aru Sahni <[email protected]>
- Artsiom Kaval <[email protected]>
- Anubhav <[email protected]>
- Antoine Boellinger <[email protected]>
- Alphadelta14 <[email protected]>
- Alexander Scheel <[email protected]>
- Alexander Presnyakov <[email protected]>
- Ahmed Azzaoui <[email protected]>

Expand Down
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.12.0"
__version__ = "2.12.1"
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.12.0"
current = "2.12.1"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit ab469e2

Please sign in to comment.