This commit is contained in:
adi 2016-05-05 08:51:53 +02:00
parent 34e284bb60
commit 3bc515cd9d
2 changed files with 5 additions and 1 deletions

View file

@ -280,6 +280,10 @@ $('.markdownx').on('markdownx.update', function(e, response) {
# Changelog
###### v1.4.3
* Markdown abstractable function fix
###### v1.4.2
* Maintenance release

View file

@ -10,7 +10,7 @@ def get_requirements():
setup(
name='django-markdownx',
version='1.4.2',
version='1.4.3',
packages=find_packages(),
include_package_data=True,
description='Django Markdownx is a Markdown editor built for Django. It enables raw editing, live preview and image uploads (stored in `MEDIA` folder) with drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page.',