From a2f4ca5f7d1517f0cd05cfc8bda38136b53aed7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mali=C5=84ski?= Date: Tue, 7 Jul 2015 20:56:49 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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',