mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-05 20:14:45 +00:00
v1.4.1
This commit is contained in:
parent
e35c1aa0c4
commit
789c513060
2 changed files with 5 additions and 1 deletions
|
|
@ -269,6 +269,10 @@ $('.markdownx').on('markdownx.update', function(e, response) {
|
|||
|
||||
# Changelog
|
||||
|
||||
###### v1.4.1
|
||||
|
||||
* Make rendering the markdown abstractable
|
||||
|
||||
###### v1.4
|
||||
|
||||
* Added JS (jQuery) events
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -10,7 +10,7 @@ def get_requirements():
|
|||
|
||||
setup(
|
||||
name='django-markdownx',
|
||||
version='1.4',
|
||||
version='1.4.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
description='Django Markdown editor with image uploads (stored in MEDIA_ROOT folder) and live preview.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue