Skip to content

Commit

Permalink
Merge branch 'master' into check-magic
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv authored Jul 31, 2024
2 parents 70a9790 + 27ffbb4 commit bc4ee7c
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 bc4ee7c

Please sign in to comment.