summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-06 22:18:54 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-06 22:18:54 +0200
commit8afd6b40dc9235eb4057a18a5270e836daf192db (patch)
treee4879f427b6ee9bf7a2d075d9c92d43f5afff847
parente1bf25e8d79cb1fe9ab5ad038a6d8291fca6f9e1 (diff)
downloadastroid-git-8afd6b40dc9235eb4057a18a5270e836daf192db.tar.gz
Move back to a dev version following 2.8.1 releasev2.8.1
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 6b717793..f3f30458 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.1"
+__version__ = "2.8.2-dev0"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index d561a4ed..687f7ae8 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.8.1"
+current = "2.8.2-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.