1.0.4 release

This commit is contained in:
Patrick Lauber 2012-12-14 15:10:23 +01:00
parent 494d43fa55
commit af48bdcd55
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
include LICENSE.txt
include README.md
include README.rst
include legal.txt
recursive-include djangocms_text_ckeditor/locale *
recursive-include djangocms_text_ckeditor/static *

View File

@ -13,7 +13,7 @@ Installation
This plugin requires `django CMS` 2.3 or higher to be properly installed.
* In your projects `virtualenv`_, run ``pip install djangocms-text-ckeditor``.
* Add ``'djangocms_text_ckeditor'`` to your ``INSTALLED_APPS`` setting before the ``cms`` entry.
* Add ``'djangocms_text_ckeditor'`` to your ``INSTALLED_APPS`` setting **BEFORE** the ``cms`` entry.
* Run ``manage.py migrate djangocms_text_ckeditor``.

View File

@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.4"