diff --git a/README.md b/README.md index d1e7b77..3035bf4 100755 --- a/README.md +++ b/README.md @@ -214,6 +214,14 @@ When you want to use Bootstrap 3 and side-by-side panes (as in preview image abo # Changelog +###### v1.1.2 + +* Critical fix for image upload + +###### v1.1.1 + +* Package fix + ###### v1.1 * Python 3.3+ support diff --git a/setup.py b/setup.py index 4d84518..72aee4d 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_requirements(): setup( name='django-markdownx', - version='1.1.1', + version='1.1.2', packages=find_packages(), include_package_data=True, description='Simple markdown editor (without any shitty UI controls) with image uploads (stored in MEDIA_ROOT folder) and live preview',