Skip to content

Commit b08742f

Browse files
committed
Update configs and changelog for version 0.5.1
1 parent 9ad2e09 commit b08742f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Django>=1.9,<1.9.99
1+
Django==2.0.6
22
django-common-helpers>=0.7,<0.7.99
33
-e ../

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
=========
3+
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+
313
0.5.0
414
------
515

setup.py

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

2020
setup(
2121
name='django-cron',
22-
version='0.5.0',
22+
version='0.5.1',
2323
author='Sumit Chachra',
2424
author_email='chachra@tivix.com',
2525
url='http://github.com/tivix/django-cron',

0 commit comments

Comments
 (0)