Bump version.

This commit is contained in:
Piotr Maliński 2015-05-19 00:23:44 +02:00
parent fe6549dbc1
commit 12f3d995c3
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
Changelog
=========
4.4.8
-----
#. Python 3 compatibility fixes
#. Get static files paths in a proper way
#. Fix Django 1.7 deprecation warning
#. More examples in readme
4.4.7
-----
#. Allow only POST requests on upload view.

View File

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