mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Version bump
This commit is contained in:
parent
11a8babcec
commit
9efc1e8a62
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ def get_requirements():
|
|||
|
||||
setup(
|
||||
name='django-markdownx',
|
||||
version='1.1.0',
|
||||
version='1.1.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
description='Simple markdown editor (without any shitty UI controls) with image uploads (stored in MEDIA_ROOT folder) and live preview',
|
||||
|
|
|
|||
Loading…
Reference in a new issue