Skip to content

Releases: hugovk/pepotron

1.3.0

16 Oct 19:55
e7b49d7
Compare
Choose a tag to compare

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.2.0

24 Apr 15:12
3553405
Compare
Choose a tag to compare

Added

Changed

Fixed

1.1.1

12 Oct 22:53
c6cc760
Compare
Choose a tag to compare

Fixed

  • Don't attempt to open output of pep next in browser (#50) @hugovk

1.1.0

10 Oct 09:58
eb1cf0f
Compare
Choose a tag to compare

Added

  • Add pep next command to find the next available number (#48) @hugovk

Changed

1.0.0

27 Jun 16:10
7837746
Compare
Choose a tag to compare

Added

Changed

  • Drop support for EOL Python 3.7 (#39) @hugovk
  • Replace deprecated utcnow() with now(utc) (#38) @hugovk

0.9.0

08 May 13:23
2b575ad
Compare
Choose a tag to compare

Added

  • Open topics index for pep topic or pep topics (#36) @hugovk

0.8.0

11 Apr 11:25
adee440
Compare
Choose a tag to compare

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.7.0

18 Jun 18:27
e9d0511
Compare
Choose a tag to compare

Added

Fixed

0.6.0

09 May 18:49
28c8666
Compare
Choose a tag to compare

Added

Fixed

  • Remove redundant wheel dependency from pyproject.toml (#10) @hugovk

0.5.0

03 Apr 16:28
67884c6
Compare
Choose a tag to compare

Added

  • Allow searching multiple words without wrapping in quotes (#6) @hugovk