From 12f3d995c312a7c9339b2f13fbd6baa513b00267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mali=C5=84ski?= Date: Tue, 19 May 2015 00:23:44 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f424b7c..77911a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +4.4.8 +----- +#. Python 3 compatibility fixes +#. Get static files paths in a proper way +#. Fix Django 1.7 deprecation warning +#. More examples in readme + + 4.4.7 ----- #. Allow only POST requests on upload view. diff --git a/setup.py b/setup.py index 6e818f7..ad3849e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_source_files(): setup( name='django-ckeditor', - version='4.4.7', + version='4.4.8', description='Django admin CKEditor integration.', long_description=open('README.rst', 'r').read() + open('AUTHORS.rst', 'r').read() + open('CHANGELOG.rst', 'r').read(), author='Shaun Sephton & Piotr Malinski',