Revert back to using old commonmark for now

This commit is contained in:
Eric Holscher 2016-01-05 14:00:22 -08:00
parent 0ed27b1c2e
commit 7ca5247b34
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.4.0'

View file

@ -11,7 +11,7 @@ import recommonmark
setup(name='recommonmark',
version=recommonmark.__version__,
install_requires=[
'commonmark>=0.5.4',
'commonmark<=0.5.4',
'docutils>=0.11'
],
entry_points={'console_scripts': [