This commit is contained in:
Adrian 2014-11-03 11:04:22 +01:00
parent c7afbc669b
commit 2f77227c2f
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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',