diff --git a/demo/requirements.txt b/demo/requirements.txt index 2b9581c..2e551d1 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,3 +1,3 @@ -Django>=1.9,<1.9.99 +Django==2.0.6 django-common-helpers>=0.7,<0.7.99 -e ../ diff --git a/docs/changelog.rst b/docs/changelog.rst index 72ba4f2..b3317f6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,15 @@ Changelog ========= +0.5.1 +------ + + - Fixed error in file locking backend with Python 3 + + - Fixed `'NoneType' object has no attribute 'utcoffset'` error + + - Updated unit tests and demo for Django 2.0 compatibility + + 0.5.0 ------ diff --git a/setup.py b/setup.py index d4731f1..fcc76f1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='django-cron', - version='0.5.0', + version='0.5.1', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/tivix/django-cron',