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
67
67
- Peter Kolbus <peter.kolbus@gmail.com>
68
68
- Omer Katz <omer.drow@gmail.com>
69
69
- Moises Lopez <moylop260@vauxoo.com>
70
- - Michael <michael-k@users.noreply.github.com>
71
70
- Keichi Takahashi <keichi.t@me.com>
72
71
- Kavins Singh <kavinsingh@hotmail.com>
73
72
- Karthikeyan Singaravelan <tir.karthi@gmail.com>
Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ Release date: TBA
8
8
9
9
10
10
11
- What's New in astroid 2.11.4 ?
11
+ What's New in astroid 2.11.5 ?
12
12
=============================
13
13
Release date: TBA
14
14
15
+
16
+
17
+ What's New in astroid 2.11.4?
18
+ =============================
19
+ Release date: 2022-05-02
20
+
15
21
* Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy``.
16
22
17
23
* Fixed a crash involving two starred expressions: one inside a comprehension,
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "2.11.3 "
5
+ __version__ = "2.11.4 "
6
6
version = __version__
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ cherry-picked on the maintenance branch.
63
63
- Install the release dependencies: ` pip3 install -r requirements_test.txt `
64
64
- Bump the version and release by using ` tbump X.Y-1.Z --no-push ` . (For example:
65
65
` 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.
69
69
- Release the version on GitHub with the same name as the tag and copy and paste the
70
70
appropriate changelog in the description. This triggers the PyPI release.
71
71
- 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 1
1
github_url = " https://github.com/PyCQA/astroid"
2
2
3
3
[version ]
4
- current = " 2.11.3 "
4
+ current = " 2.11.4 "
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments