Skip to content

Commit

Permalink
Update configs and changelog for version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-kht committed Sep 14, 2016
1 parent 322a1e4 commit 518965a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_cron/management/commands/runcrons.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Command(BaseCommand):
def add_arguments(self, parser):
parser.add_argument(
'cron_classes',
nargs='*',
nargs='*'
)
parser.add_argument(
'--force',
Expand Down
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.0
------

- Added support for Django 1.10

- Minimum Django version required is 1.8

- Use parser.add_argument() instead of optparse.make_option() in runcrons command


0.4.6
------

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.4.6',
version='0.5.0',
author='Sumit Chachra',
author_email='[email protected]',
url='http://github.com/tivix/django-cron',
Expand Down

0 comments on commit 518965a

Please sign in to comment.