From 13e55d3daf8652450bfa10d54231e888c3496502 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 31 Mar 2023 22:19:26 +0200 Subject: [PATCH] Bump pylint to 3.0.0b1, update changelog --- pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 21b0de6de..5a86f05b0 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -9,7 +9,7 @@ It's updated via tbump, do not modify. from __future__ import annotations -__version__ = "3.0.0a6" +__version__ = "3.0.0b1" def get_numversion_from_version(v: str) -> tuple[int, int, int]: diff --git a/tbump.toml b/tbump.toml index bbf28790b..02c194c80 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/pylint" [version] -current = "3.0.0a6" +current = "3.0.0b1" regex = ''' ^(?P0|[1-9]\d*) \.