parent
05ded0dba8
commit
054fdfb591
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue