Skip to content

Commit

Permalink
Update docs/sample_cron_configurations and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedrzej Maluszczak authored and Jedrzej Maluszczak committed May 10, 2022
1 parent 0a90b90 commit 2a92890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sample_cron_configurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ FailedRunsNotificationCronJob

This example cron check last cron jobs results. If they were unsuccessfull 10 times in row, it sends email to user.

Install required dependencies: ``Django>=1.7.0``, ``django-common>=0.5.1``.
Install required dependencies: ``Django>=3.2.0``.

Add ``django_cron.cron.FailedRunsNotificationCronJob`` to your ``CRON_CLASSES`` in settings file.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='django-cron',
version='0.5.1',
version='0.6.0',
author='Sumit Chachra',
author_email='chachra@tivix.com',
url='http://github.com/tivix/django-cron',
Expand Down

0 comments on commit 2a92890

Please sign in to comment.