Releases: hugovk/pepotron
Releases · hugovk/pepotron
1.3.0
Added
- Generate digital attestations for PyPI (PEP 740) (#71) @hugovk
Changed
- Drop support for Python 3.8 (#69) @hugovk
- Generate
__version__
at build to avoid slow importlib.metadata
(#68) @hugovk
1.1.1
Fixed
- Don't attempt to open output of
pep next
in browser (#50) @hugovk
1.1.0
Added
- Add
pep next
command to find the next available number (#48) @hugovk
Changed
1.0.0
Added
Changed
- Drop support for EOL Python 3.7 (#39) @hugovk
- Replace deprecated
utcnow()
with now(utc)
(#38) @hugovk
0.9.0
Added
- Open topics index for
pep topic
or pep topics
(#36) @hugovk
0.8.0
Added
Changed
- Publish to PyPI with a Trusted Publisher (#35) @hugovk
- Update pre-commit: Black and pyproject-fmt, and add Mypy (#30) @hugovk
- Bump Trove classifier to beta (#23) @hugovk
- Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs (#22) @hugovk
0.6.0
Added
Fixed
- Remove redundant
wheel
dependency from pyproject.toml
(#10) @hugovk
0.5.0
Added
- Allow searching multiple words without wrapping in quotes (#6) @hugovk