Bump version.

This commit is contained in:
Piotr Maliński 2014-12-07 21:28:15 +01:00
parent 3bd57103a2
commit f091058e2e
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
Changelog
=========
4.4.7
-----
#. Allow only POST requests on upload view.
#. Exclude hidden files from image browser
#. Prevent caching of image browser view
#. Use lazy JSON encoder to support i18n in CKEditor settings.
#. Misc documentation updates
#. Check for jQuery presence correctly
#. Update to CKEditor 4.4.6
4.4.6
-----
#. Make upload/browse views be staff_member_required by default (can be overridden)

View File

@ -9,7 +9,7 @@ def get_source_files():
setup(
name='django-ckeditor',
version='4.4.6',
version='4.4.7',
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',