Skip to content

Commit

Permalink
Update configs and changelog for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-kht committed Jun 6, 2018
1 parent 9ad2e09 commit b08742f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django>=1.9,<1.9.99
Django==2.0.6
django-common-helpers>=0.7,<0.7.99
-e ../
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b08742f

Please sign in to comment.