From 30711bc012592844a902d1d5912b3b2b6f2dce0f Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 12 Nov 2021 16:11:30 +0100 Subject: Upgrade the version to 2.8.6-dev0 following 2.8.5 release --- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 7358977e..ebacd3de 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/main/LICENSE -__version__ = "2.8.5" +__version__ = "2.8.6-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 01190258..4eed5567 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.8.5" +current = "2.8.6-dev0" regex = ''' ^(?P0|[1-9]\d*) \. -- cgit v1.2.1