From 5f30afe05e8205606e863bf6b0135b1425b8e83d Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 2 May 2022 13:29:41 +0200 Subject: [PATCH] Bump astroid to 2.11.4, update changelog --- CONTRIBUTORS.txt | 1 - ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- doc/release.md | 6 +++--- tbump.toml | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index fb57482ae2..0fb15ad552 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -67,7 +67,6 @@ Contributors - Peter Kolbus - Omer Katz - Moises Lopez -- Michael - Keichi Takahashi - Kavins Singh - Karthikeyan Singaravelan diff --git a/ChangeLog b/ChangeLog index c69642f1b8..2766f58feb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,10 +8,16 @@ Release date: TBA -What's New in astroid 2.11.4? +What's New in astroid 2.11.5? ============================= Release date: TBA + + +What's New in astroid 2.11.4? +============================= +Release date: 2022-05-02 + * Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy``. * Fixed a crash involving two starred expressions: one inside a comprehension, diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index c8ee657eb6..28cabe3421 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.3" +__version__ = "2.11.4" version = __version__ diff --git a/doc/release.md b/doc/release.md index 9052927b4f..d9bc628c46 100644 --- a/doc/release.md +++ b/doc/release.md @@ -63,9 +63,9 @@ cherry-picked on the maintenance branch. - Install the release dependencies: `pip3 install -r requirements_test.txt` - Bump the version and release by using `tbump X.Y-1.Z --no-push`. (For example: `tbump 2.3.5 --no-push`) -- Check the result visually and then by triggering the "release tests" workflow in - GitHub Actions first. -- Push the tag. +- Check the result visually with `git show`. +- Open a merge request to run the CI tests for this branch +- Create and push the tag. - Release the version on GitHub with the same name as the tag and copy and paste the appropriate changelog in the description. This triggers the PyPI release. - Merge the `maintenance/X.Y.x` branch on the main branch. The main branch should have diff --git a/tbump.toml b/tbump.toml index 71b61aa4ad..7307cbd24d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.11.3" +current = "2.11.4" regex = ''' ^(?P0|[1-9]\d*) \.