From 366daef96f144f5d68843a6c00a67fb800e4a58c Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 29 Jun 2021 19:47:24 +0200 Subject: [PATCH] Downrade the version to 2.6.2-dev0 so we can install pylint easily See https://github.com/PyCQA/astroid/pull/1077#issuecomment-870072987 --- astroid/__pkginfo__.py | 2 +- doc/release.md | 4 ++-- tbump.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index f43faa978..0a0841989 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -24,5 +24,5 @@ # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/LICENSE -__version__ = "2.7.0-dev0" +__version__ = "2.6.2-dev0" version = __version__ diff --git a/doc/release.md b/doc/release.md index eec5e1238..96fed3749 100644 --- a/doc/release.md +++ b/doc/release.md @@ -19,8 +19,8 @@ So, you want to release the `X.Y.Z` version of astroid ? Move back to a dev version with `tbump`: ```bash -tbump X.Y+1.Z-dev0 --no-tag --no-push # You can interrupt during copyrite -git commit -am "Upgrade the version to x.y+1.z-dev0 following x.y.z release" +tbump X.Y.Z+1-dev0 --no-tag --no-push # You can interrupt during copyrite +git commit -am "Upgrade the version to x.y.z+1-dev0 following x.y.z release" ``` Check the result and then upgrade the master branch diff --git a/tbump.toml b/tbump.toml index 098c3e0cf..7353af27f 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.7.0-dev0" +current = "2.6.2-dev0" regex = ''' ^(?P0|[1-9]\d*) \.