##// END OF EJS Templates
branching: merge stable into default
branching: merge stable into default

File last commit:

r50538:e1c586b9 default
r51748:b76a938c merge default
Show More
_version_info.pyi
9 lines | 209 B | text/x-python | PythonLexer
Matt Harbison
attr: vendor 22.1.0...
r50538 class VersionInfo:
@property
def year(self) -> int: ...
@property
def minor(self) -> int: ...
@property
def micro(self) -> int: ...
@property
def releaselevel(self) -> str: ...