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',