Skip to content

Releases: kipe/pycron

3.2.0

Choose a tag to compare

@kipe kipe released this 05 Jun 13:23

What's Changed

New Contributors

Full Changelog: 3.1.2...3.2.0

Release 3.1.2

Choose a tag to compare

@kipe kipe released this 14 Jan 06:52

What's Changed

  • Add Python 3.13 support by @waza-ari in #41
  • Update Python dependency requirements to work on all upcoming 3.x releases by @kipe in #42

New Contributors

Full Changelog: 3.1.1...3.1.2

Release 3.1.1

Choose a tag to compare

@kipe kipe released this 27 Sep 16:37

What's Changed

  • Update pycron version to 3.1.1 and metadata by @kipe in #37

Full Changelog: 3.1.0...3.1.1

Release 3.1.0

Choose a tag to compare

@kipe kipe released this 27 Sep 15:16
  • Switch to GitHub actions by @kipe in #25
  • Migrate to poetry and unittest by @kipe in #32
  • Update day names handling in _to_int function by @kipe in #33
  • Update DOM and DOW parsing logic by @kipe in #34

Full Changelog: 3.0.0...3.1.0

3.0.0 - Drop support for Python 2.7 and 3.4

Choose a tag to compare

@kipe kipe released this 05 Dec 17:02
f912037

This release drops support for Python 2.7 and 3.4.

v1.0.0

Choose a tag to compare

@kipe kipe released this 28 Sep 18:24
bb5c133
  • Add support for day names
  • Add support for dividers (1-59/2 for every minute)

v0.80.0

Choose a tag to compare

@kipe kipe released this 30 Dec 22:31
61f7a65
  • Add anacron style has_been function (#1, #3)
  • Add support for alternative datetime libraries (#4, #9)
  • Make sure both timezone aware and naive datetimes are supported (#2, #3, #6)
  • Drop support for Python 2.6, 3.2, 3.3 (#8)