diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 77911a3..71335c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog ========= + +4.5.0 +----- +#. Updated ckeditor to 4.5.1 +#. Reverted django.contrib.staticfiles.templatetags.staticfiles.static usage causing problems with some storages +#. Allow non-image files to be upload (the upload widget expects images so the user experience isn't best at the moment) +#. Few refactors and fixes to selenium tests + + 4.4.8 ----- #. Python 3 compatibility fixes diff --git a/setup.py b/setup.py index 2cac0e1..9b3fe20 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_source_files(): setup( name='django-ckeditor', - version='4.4.8', + version='4.5.0', 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',