We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4781e80 commit 3fcf068Copy full SHA for 3fcf068
commitizen/version_schemes.py
@@ -29,6 +29,8 @@
29
# Self is Python 3.11+ but backported in typing-extensions
30
if sys.version_info < (3, 11):
31
from typing_extensions import Self
32
+ else:
33
+ from typing import Self
34
35
36
DEFAULT_VERSION_PARSER = r"v?(?P<version>([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?(\w+)?)"
0 commit comments