mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
v1.2.1
This commit is contained in:
parent
eb6d980231
commit
720a2ae7c6
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
2
setup.py
2
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.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue