Skip to content

Releases: kipe/pycron

Release 3.1.1

27 Sep 16:37
Compare
Choose a tag to compare

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

27 Sep 15:16
Compare
Choose a tag to compare
  • 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

05 Dec 17:02
f912037
Compare
Choose a tag to compare

This release drops support for Python 2.7 and 3.4.

v1.0.0

28 Sep 18:24
bb5c133
Compare
Choose a tag to compare
  • Add support for day names
  • Add support for dividers (1-59/2 for every minute)

v0.80.0

30 Dec 22:31
61f7a65
Compare
Choose a tag to compare
  • 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)