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 c08b945 commit bb248bcCopy full SHA for bb248bc
tools/release_do_nothing.py
@@ -35,6 +35,8 @@ def __str__(self):
35
36
@property
37
def series(self) -> str:
38
+ # TODO: find an alternative word which is meaningful to everyone
39
+ # while not being ambiguous.
40
return f"v{self.major}.{self.minor}"
41
42
0 commit comments