Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 698 Bytes

HISTORY.rst

File metadata and controls

31 lines (20 loc) · 698 Bytes

0.4.0

  • You may now postfix commands with KRONOS_POSTFIX.

0.3.0

  • You may now customize the interpreter, management path and python path for tasks with the KRONOS_PYTHON, KRONOS_MANAGE and KRONOS_PYTHONPATH settings, respectively.

0.2.3

  • Kronos now supports Django 1.4-style projects.
  • Fixed a bug that caused installation to fail for users that didn't already have a crontab.

0.2.2

  • Fixed a bug that caused unclosed single quotes in the crontab to raise a ValueError

0.2.1

  • Fixed a bug that caused 'cron'-modules in the project root to be ignored.

0.2.0

  • Kronos will now collect tasks from a 'cron' module in the project root.