From b08742f99d60498f9e2fafc9e03bc0f7a6be4215 Mon Sep 17 00:00:00 2001 From: Maxim Kukhtenkov Date: Wed, 6 Jun 2018 11:08:49 -0400 Subject: [PATCH] Update configs and changelog for version 0.5.1 --- demo/requirements.txt | 2 +- docs/changelog.rst | 10 ++++++++++ setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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',