summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-14 19:44:12 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-14 19:44:12 +0200
commit9ce1bc38cad5af5b838d132b8e4aa29e5eab3857 (patch)
tree4df86d25097c942c360c751d5f198bff5e1adcd6
parentb186f683da0896d2fbed0f2aae3497b29ca93266 (diff)
downloadastroid-git-9ce1bc38cad5af5b838d132b8e4aa29e5eab3857.tar.gz
Bump astroid to 3.0.0a3, update changelogv3.0.0a3
-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 8d36bcd9..7b5021fd 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__ = "3.0.0a3-dev0"
+__version__ = "3.0.0a3"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 9e1bd522..edb670cc 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/pylint-dev/astroid"
[version]
-current = "3.0.0a3-dev0"
+current = "3.0.0a3"
regex = '''
^(?P<major>0|[1-9]\d*)
\.