Skip to content

Commit 2a92890

Browse files
Jedrzej MaluszczakJedrzej Maluszczak
authored andcommitted
Update docs/sample_cron_configurations and package version
1 parent 0a90b90 commit 2a92890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sample_cron_configurations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ FailedRunsNotificationCronJob
9292

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

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='django-cron',
23-
version='0.5.1',
23+
version='0.6.0',
2424
author='Sumit Chachra',
2525
author_email='[email protected]',
2626
url='http://github.com/tivix/django-cron',

0 commit comments

Comments
 (0)