summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-12 12:01:23 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-12 13:11:45 +0100
commitd74051d99538bf2f76376827a79c7629a7dff44e (patch)
treeae6b3deea30bfe518312c54e118b67e6c436c114
parent8013d1d86a37af91e6ae09bf6930202d33aeefd1 (diff)
downloadastroid-git-d74051d99538bf2f76376827a79c7629a7dff44e.tar.gz
Bump astroid to 2.12.0-dev0, update changelog
-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 696cc9cd..5bd5f72c 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.0"
+__version__ = "2.12.0-dev0"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 50e2140f..72775ee6 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.11.0"
+current = "2.12.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.