Bump version.

This commit is contained in:
Piotr Maliński 2015-07-07 20:56:49 +02:00
parent 7283aeb12d
commit a2f4ca5f7d
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

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