73fb8fd ... +0 ... 75a7acd
Flags have been temporarily removed from this view while the flagging feature is refactored for better performance and user experience.
You can still use flags when viewing individual files. Flag-level thresholds will also remain on pull and merge requests in your repository provider.
More information can be found in our documentation.
import re
from typing import List, Union
__version__ = "0.6.5"
__version__ = "0.6.6"
# Build up version_info tuple for backwards compatibility
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
75a7acd
73fb8fd
Sign up with GitHub
Sign up with Bitbucket
Sign up with GitLab
Log in with GitHub
Log in with Bitbucket
Log in with GitLab
75a7acd
73fb8fd