Skip to content

Commit

Permalink
Bump astroid to 2.11.3, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 19, 2022
1 parent 0be62d4 commit 36b81ea
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ Contributors
- Julien Jehannet <[email protected]>
- Calen Pennington <[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]>
- Ioana Tagirta <[email protected]>
- Hugo <[email protected]>
- Derek Gustafson <[email protected]>
- David Shea <[email protected]>
- Daniel Harding <[email protected]>
Expand All @@ -55,7 +56,6 @@ Contributors
- Marien Zwart <[email protected]>
- FELD Boris <[email protected]>
- Enji Cooper <[email protected]>
- AndroWiiid <[email protected]>
- doranid <[email protected]>
- brendanator <[email protected]>
- Tomas Gavenciak <[email protected]>
Expand Down Expand Up @@ -105,7 +105,6 @@ Contributors
- Philipp Hörist <[email protected]>
- Peter de Blanc <[email protected]>
- Peter Talley <[email protected]>
- Paligot Gérard <[email protected]>
- Ovidiu Sabou <[email protected]>
- Nicolas Noirbent <[email protected]>
- Neil Girdhar <[email protected]>
Expand All @@ -127,7 +126,6 @@ Contributors
- Jakub Wilk <[email protected]>
- Iva Miholic <[email protected]>
- Ionel Maries Cristian <[email protected]>
- Hugo van Kemenade <[email protected]>
- HoverHell <[email protected]>
- HQupgradeHQ <[email protected]>
- Grygorii Iermolenko <[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.11.3?
What's New in astroid 2.11.4?
=============================
Release date: TBA



What's New in astroid 2.11.3?
=============================
Release date: 2022-04-19

* Fixed an error in the Qt brain when building ``instance_attrs``.

Closes PyCQA/pylint#6221
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.11.2"
__version__ = "2.11.3"
version = __version__
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ coveralls~=3.3
coverage~=5.5
pre-commit~=2.17
pytest-cov~=3.0
contributors-txt>=0.7.3
tbump~=6.3.2
types-typed-ast; implementation_name=="cpython" and python_version<"3.8"
types-pkg_resources==0.1.3
8 changes: 8 additions & 0 deletions script/.contributors_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"name": "Marc Mueller",
"team": "Maintainers"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "Paligot Gérard"
},
"[email protected]": {
"mails": ["[email protected]", "[email protected]"],
"name": "Areveny",
Expand Down Expand Up @@ -82,6 +86,10 @@
"name": "Hippo91",
"team": "Maintainers"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "Hugo van Kemenade"
},
"[email protected]": {
"mails": ["[email protected]", "[email protected]"],
"name": "Jacob Bogdanov"
Expand Down
7 changes: 1 addition & 6 deletions 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.11.2"
current = "2.11.3"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand All @@ -28,11 +28,6 @@ src = "astroid/__pkginfo__.py"
name = "Upgrade changelog changelog"
cmd = "python3 script/bump_changelog.py {new_version}"

[[before_commit]]
# We only need this during tbump, it's not compatible with python < 3.7
name = "Install dependencie for contributors.txt's update."
cmd = "pip install 'contributors-txt>=0.7.3'"

[[before_commit]]
name = "Normalize the contributors-txt configuration"
cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"
Expand Down

0 comments on commit 36b81ea

Please sign in to comment.