Skip to content

Commit

Permalink
Updated reqs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfryta committed Jun 5, 2013
1 parent bd7906d commit de2c4df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ This opensource app is brought to you by Tivix, Inc. ( http://tivix.com/ )
Changelog
=========

0.3.0
-----

- Added Django 1.4+ support. Updated requirements.


0.2.9
-----

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='django-cron',
version='0.2.9',
version='0.3.0',
author='Sumit Chachra',
author_email='[email protected]',
url='http://github.com/tivix/django-cron',
Expand All @@ -30,9 +30,9 @@
keywords='django cron',
zip_safe=False,
install_requires=[
'Django>=1.2.3',
'Django>=1.4.0',
'South>=0.7.2',
'django-common-helpers>=0.3'
'django-common-helpers>=0.5.1'
],
test_suite='django_cron.tests',
include_package_data=True,
Expand Down

0 comments on commit de2c4df

Please sign in to comment.