We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad2e09 commit b08742fCopy full SHA for b08742f
demo/requirements.txt
@@ -1,3 +1,3 @@
1
-Django>=1.9,<1.9.99
+Django==2.0.6
2
django-common-helpers>=0.7,<0.7.99
3
-e ../
docs/changelog.rst
@@ -1,5 +1,15 @@
Changelog
=========
+0.5.1
4
+------
5
+
6
+ - Fixed error in file locking backend with Python 3
7
8
+ - Fixed `'NoneType' object has no attribute 'utcoffset'` error
9
10
+ - Updated unit tests and demo for Django 2.0 compatibility
11
12
13
0.5.0
14
------
15
setup.py
@@ -19,7 +19,7 @@
19
20
setup(
21
name='django-cron',
22
- version='0.5.0',
+ version='0.5.1',
23
author='Sumit Chachra',
24
author_email='chachra@tivix.com',
25
url='http://github.com/tivix/django-cron',
0 commit comments