Bump version.

This commit is contained in:
Piotr Maliński 2015-08-04 12:18:04 +02:00
parent 05ded0dba8
commit 054fdfb591
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@ Changelog
=========
4.5.1
-----
#. Fixed unbound variable in non-image file upload
4.5.0
-----
#. Updated ckeditor to 4.5.1

View File

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