summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 13:43:46 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 14:00:22 +0200
commit034fb9272727e69222f6f033897cb4a084ec949f (patch)
tree4bd35936e12a5991136d8c4ef84a3cd11854615e
parentc7e195e694ca730c0d1906ab23245ff82995f828 (diff)
downloadastroid-git-034fb9272727e69222f6f033897cb4a084ec949f.tar.gz
Bump astroid to 3.0.0a1, update changelogv3.0.0a1
-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 c8bc8f5f..7225e76d 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -2,5 +2,5 @@
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
-__version__ = "2.16.0dev0"
+__version__ = "3.0.0a1"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 258aa635..339cf839 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/pylint-dev/astroid"
[version]
-current = "2.16.0dev0"
+current = "3.0.0a1"
regex = '''
^(?P<major>0|[1-9]\d*)
\.