File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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=============================
1313Release 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,
Original file line number Diff line number Diff line change 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 "
66version = __version__
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11github_url = " https://github.com/PyCQA/astroid"
22
33[version ]
4- current = " 2.11.3 "
4+ current = " 2.11.4 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments