Releases: Zephyrkul/renum
Releases · Zephyrkul/renum
v0.0.1b1
- bump minimum Python to 3.9
- renum never actually supported <3.9
- move classmethods to RenumType
- add
__getattr__
passthroughs- RenumType -> regex.Pattern
- renum -> regex.Match
renum.pyi
mocks inheritance to typecheck properly
Full Changelog: 0.0.1b0...0.0.1b1
v0.0.1b0
v0.0.1a1
Makes renum
instances object-based rather than str-based
Full Changelog: 0.0.1a...0.0.1a1