Skip to content

Releases: hugovk/pepotron

1.7.1

Choose a tag to compare

@github-actionsgithub-actions released this 16 Jul 05:06
91a6ff8

Fixed

  • Pin ghapi<2 to fix TypeError: 'coroutine' object is not iterable (#110) @hugovk

1.7.0

Choose a tag to compare

@github-actionsgithub-actions released this 09 Mar 17:18
2dd1f78

Changed

1.6.0

Choose a tag to compare

@github-actionsgithub-actions released this 24 Feb 11:43
2d879f9

Added

Changed

1.5.0

Choose a tag to compare

@github-actionsgithub-actions released this 08 May 17:13
322455f

Added

Fixed

  • Use own logger instead of root logger (#76) @hugovk

1.4.0

Choose a tag to compare

@github-actionsgithub-actions released this 22 Dec 17:14
70d5787

Added

1.3.0

Choose a tag to compare

@github-actionsgithub-actions released this 16 Oct 19:55
e7b49d7

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

Choose a tag to compare

@github-actionsgithub-actions released this 24 Apr 15:12
3553405

Added

Changed

Fixed

1.1.1

Choose a tag to compare

@github-actionsgithub-actions released this 12 Oct 22:53
c6cc760

Fixed

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

1.1.0

Choose a tag to compare

@github-actionsgithub-actions released this 10 Oct 09:58
eb1cf0f

Added

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

Changed

1.0.0

Choose a tag to compare

@github-actionsgithub-actions released this 27 Jun 16:10
7837746

Added

Changed

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