From af48bdcd55b4e67ee369b2f0321b483b6482d4d0 Mon Sep 17 00:00:00 2001 From: Patrick Lauber Date: Fri, 14 Dec 2012 15:10:23 +0100 Subject: [PATCH] 1.0.4 release --- MANIFEST.in | 2 +- README.rst | 2 +- djangocms_text_ckeditor/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index ba76290..231ca46 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 * diff --git a/README.rst b/README.rst index 0c78ddf..b3e4018 100644 --- a/README.rst +++ b/README.rst @@ -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``. diff --git a/djangocms_text_ckeditor/__init__.py b/djangocms_text_ckeditor/__init__.py index 7863915..92192ee 100644 --- a/djangocms_text_ckeditor/__init__.py +++ b/djangocms_text_ckeditor/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.4"