From 86800866a4eae0c4875c3574ddd3d9a70bc3288c Mon Sep 17 00:00:00 2001 From: mjaworski Date: Wed, 24 Jun 2015 13:17:24 +0200 Subject: [PATCH] Updated changelog and version --- docs/changelog.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 57c3887..fc08621 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +0.4.3 +------ + + - Added DJANGO_CRON_DELETE_LOGS_OLDER_THAN setting to allow automated log clearing. + + 0.4.2 ------ diff --git a/setup.py b/setup.py index 89ff505..10736b3 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='django-cron', - version='0.4.1', + version='0.4.3', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/tivix/django-cron',