mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-23 19:55:50 +00:00
v0.1.4
This commit is contained in:
parent
c7afbc669b
commit
2f77227c2f
2 changed files with 6 additions and 1 deletions
|
|
@ -128,6 +128,10 @@ It is easy customizable, i.e. when you want to use Bootstrap 3 and "real" side-b
|
|||
|
||||
# Changelog
|
||||
|
||||
### v0.1.4
|
||||
|
||||
* package data fix
|
||||
|
||||
### v0.1.3
|
||||
|
||||
* README.md fix on PyPi
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -6,8 +6,9 @@ if 'vagrant' in str(os.environ):
|
|||
|
||||
setup(
|
||||
name='django-markdownx',
|
||||
version='0.1.3',
|
||||
version='0.1.4',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
description='Simple markdown editor (with live preview and images uploads) built for Django',
|
||||
url='https://github.com/adi-/django-markdownx',
|
||||
author='Adrian Drzewicki',
|
||||
|
|
|
|||
Loading…
Reference in a new issue