Skip to content

Commit 5f30afe

Browse files
Bump astroid to 2.11.4, update changelog
1 parent 2b19658 commit 5f30afe

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CONTRIBUTORS.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Contributors
6767
- Peter Kolbus <peter.kolbus@gmail.com>
6868
- Omer Katz <omer.drow@gmail.com>
6969
- Moises Lopez <moylop260@vauxoo.com>
70-
- Michael <michael-k@users.noreply.github.com>
7170
- Keichi Takahashi <keichi.t@me.com>
7271
- Kavins Singh <kavinsingh@hotmail.com>
7372
- Karthikeyan Singaravelan <tir.karthi@gmail.com>

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ Release date: TBA
88

99

1010

11-
What's New in astroid 2.11.4?
11+
What's New in astroid 2.11.5?
1212
=============================
1313
Release date: TBA
1414

15+
16+
17+
What's New in astroid 2.11.4?
18+
=============================
19+
Release date: 2022-05-02
20+
1521
* Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy``.
1622

1723
* Fixed a crash involving two starred expressions: one inside a comprehension,

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "2.11.3"
5+
__version__ = "2.11.4"
66
version = __version__

doc/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ cherry-picked on the maintenance branch.
6363
- Install the release dependencies: `pip3 install -r requirements_test.txt`
6464
- Bump the version and release by using `tbump X.Y-1.Z --no-push`. (For example:
6565
`tbump 2.3.5 --no-push`)
66-
- Check the result visually and then by triggering the "release tests" workflow in
67-
GitHub Actions first.
68-
- Push the tag.
66+
- Check the result visually with `git show`.
67+
- Open a merge request to run the CI tests for this branch
68+
- Create and push the tag.
6969
- Release the version on GitHub with the same name as the tag and copy and paste the
7070
appropriate changelog in the description. This triggers the PyPI release.
7171
- Merge the `maintenance/X.Y.x` branch on the main branch. The main branch should have

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/astroid"
22

33
[version]
4-
current = "2.11.3"
4+
current = "2.11.4"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)