Skip to content

Commit

Permalink
Update release.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
ambv and hugovk authored Jul 31, 2024
1 parent 377ccae commit 0bdd1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
tag_cre = re.compile(r"(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:([ab]|rc)(\d+))?$")


class ReleaseShelf(Protocol): # this will be easier to type in 3.13
class ReleaseShelf(Protocol):
def close(self) -> None: ...

@overload
Expand Down

0 comments on commit 0bdd1fe

Please sign in to comment.