This commit is contained in:
Shaun Sephton 2013-04-04 09:25:16 +02:00
parent 8acd56297a
commit 0c1b44bbe0
3 changed files with 7 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Contributors
#. `chr15m <http://github.com/chr15m>`_
#. `hedleyroos <https://github.com/hedleyroos>`_
#. `jeffh <https://github.com/jeffh>`_
#. `lihan <https://github.com/lihan>`_
#. `loop0 <http://github.com/loop0>`_
#. `mwcz <https://github.com/mwcz>`_
#. `tomwys <https://github.com/tomwys>`_

View File

@ -1,6 +1,10 @@
Changelog
=========
4.0.2
-----
#. Include CKEditor version 4.0.2.
3.6.2.1
-------
#. Remove unwanted static files from distribution.
@ -9,7 +13,7 @@ Changelog
3.6.2
-----
#. Include CKEditor version 3.6.2.
#. Initial work on Django aligned theme.
#. Initial work on Django aligned theme.
#. Fix schema slash removal issue on media url generation. Thanks `mwcz <https://github.com/mwcz>`_
#. Added compatibility for South. Thanks `3point2 <https://github.com/3point2>`_
#. Prevented settings from leaking between widget instances. Thanks `3point2 <https://github.com/3point2>`_

View File

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