summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-19 21:08:40 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-19 22:30:18 +0200
commit36b81ead6dcecde342c696eab3089267acbe4ff3 (patch)
treede3f5272a8279e9196d17516caad4eb0719dc9ee
parent0be62d4f5e0fc9f20e8e389b2d099f0932f0d984 (diff)
downloadastroid-git-36b81ead6dcecde342c696eab3089267acbe4ff3.tar.gz
Bump astroid to 2.11.3, update changelogv2.11.3
-rw-r--r--CONTRIBUTORS.txt6
-rw-r--r--ChangeLog8
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--requirements_test.txt1
-rw-r--r--script/.contributors_aliases.json8
-rw-r--r--tbump.toml7
6 files changed, 20 insertions, 12 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 49a77498..fb57482a 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -38,13 +38,14 @@ Contributors
- Julien Jehannet <julien.jehannet@logilab.fr>
- Calen Pennington <calen.pennington@gmail.com>
- Phil Schaf <flying-sheep@web.de>
+- Hugo van Kemenade <hugovk@users.noreply.github.com>
- Alex Hall <alex.mojaki@gmail.com>
- Tushar Sadhwani <86737547+tushar-deepsource@users.noreply.github.com>
- Tim Martin <tim@asymptotic.co.uk>
- Raphael Gaschignard <raphael@makeleaps.com>
- Radosław Ganczarek <radoslaw@ganczarek.in>
+- Paligot Gérard <androwiiid@gmail.com>
- Ioana Tagirta <ioana.tagirta@gmail.com>
-- Hugo <hugovk@users.noreply.github.com>
- Derek Gustafson <degustaf@gmail.com>
- David Shea <dshea@redhat.com>
- Daniel Harding <dharding@gmail.com>
@@ -55,7 +56,6 @@ Contributors
- Marien Zwart <marienz@gentoo.org>
- FELD Boris <lothiraldan@gmail.com>
- Enji Cooper <yaneurabeya@gmail.com>
-- AndroWiiid <androwiiid@gmail.com>
- doranid <ddandd@gmail.com>
- brendanator <brendan.maginnis@gmail.com>
- Tomas Gavenciak <gavento@ucw.cz>
@@ -105,7 +105,6 @@ Contributors
- Philipp Hörist <philipp@hoerist.com>
- Peter de Blanc <peter@standard.ai>
- Peter Talley <peterctalley@gmail.com>
-- Paligot Gérard <androwiiid@gmail.com>
- Ovidiu Sabou <ovidiu@sabou.org>
- Nicolas Noirbent <nicolas@noirbent.fr>
- Neil Girdhar <mistersheik@gmail.com>
@@ -127,7 +126,6 @@ Contributors
- Jakub Wilk <jwilk@jwilk.net>
- Iva Miholic <ivamiho@gmail.com>
- Ionel Maries Cristian <contact@ionelmc.ro>
-- Hugo van Kemenade <hugovk@users.noreply.github.com>
- HoverHell <hoverhell@gmail.com>
- HQupgradeHQ <18361586+HQupgradeHQ@users.noreply.github.com>
- Grygorii Iermolenko <gyermolenko@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index e91bcfcc..736f8975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 1aa5cb26..c8ee657e 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.11.2"
+__version__ = "2.11.3"
version = __version__
diff --git a/requirements_test.txt b/requirements_test.txt
index 13567538..3b078c46 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -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
diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json
index 964d472f..60fabfa8 100644
--- a/script/.contributors_aliases.json
+++ b/script/.contributors_aliases.json
@@ -13,6 +13,10 @@
"name": "Marc Mueller",
"team": "Maintainers"
},
+ "androwiiid@gmail.com": {
+ "mails": ["androwiiid@gmail.com"],
+ "name": "Paligot Gérard"
+ },
"areveny@protonmail.com": {
"mails": ["areveny@protonmail.com", "self@areveny.com"],
"name": "Areveny",
@@ -82,6 +86,10 @@
"name": "Hippo91",
"team": "Maintainers"
},
+ "hugovk@users.noreply.github.com": {
+ "mails": ["hugovk@users.noreply.github.com"],
+ "name": "Hugo van Kemenade"
+ },
"jacob@bogdanov.dev": {
"mails": ["jacob@bogdanov.dev", "jbogdanov@128technology.com"],
"name": "Jacob Bogdanov"
diff --git a/tbump.toml b/tbump.toml
index eedafcdd..71b61aa4 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -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*)
\.
@@ -29,11 +29,6 @@ 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"