mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-17 05:50:23 +00:00
v1.4.3
This commit is contained in:
parent
34e284bb60
commit
3bc515cd9d
2 changed files with 5 additions and 1 deletions
|
|
@ -280,6 +280,10 @@ $('.markdownx').on('markdownx.update', function(e, response) {
|
|||
|
||||
# Changelog
|
||||
|
||||
###### v1.4.3
|
||||
|
||||
* Markdown abstractable function fix
|
||||
|
||||
###### v1.4.2
|
||||
|
||||
* Maintenance release
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue