summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-06 00:10:08 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-06 00:12:47 +0100
commit2d15e20bfce71e48b14bdc483b7c8afb8eedcaef (patch)
tree471c996f222d2444babfdc678e61a9dffc1048ec /tbump.toml
parentedf88c65d794acb5582e1d27589be9fa73b00424 (diff)
downloadastroid-git-2d15e20bfce71e48b14bdc483b7c8afb8eedcaef.tar.gz
Bump astroid to 2.16.0-dev0, update changelog
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbump.toml b/tbump.toml
index 0414c3e5..8733e53e 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,14 +1,14 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.15.0"
+current = "2.16.0dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
(?P<minor>0|[1-9]\d*)
\.
(?P<patch>0|[1-9]\d*)
-(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
+(?:-?(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
'''
[git]