From 720a2ae7c6a79e01f6dbaf4854610a476ca12035 Mon Sep 17 00:00:00 2001 From: adi Date: Mon, 19 Oct 2015 20:10:45 +0200 Subject: [PATCH] v1.2.1 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a7dc8..45e3a2f 100755 --- a/README.md +++ b/README.md @@ -232,6 +232,10 @@ When you want to use Bootstrap 3 and side-by-side panes (as in preview image abo # Changelog +###### v1.2.1 + +* Fix by Eduard Sukharev: Fix accessing file length in python3 + ###### v1.2 * Added custom url path setting MARKDOWNX_URLS_PATH to compile markdown with custom view (i.e. for pre/post altering markdown text) diff --git a/setup.py b/setup.py index 5b5114a..79ac4a5 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_requirements(): setup( name='django-markdownx', - version='1.2', + version='1.2.1', packages=find_packages(), include_package_data=True, description='Django Markdown editor with image uploads (stored in MEDIA_ROOT folder) and live preview.',