Skip to content
This repository was archived by the owner on Mar 25, 2022. It is now read-only.

Commit 7ca5247

Browse files
committed
Revert back to using old commonmark for now
1 parent 0ed27b1 commit 7ca5247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recommonmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.4.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(name='recommonmark',
1212
version=recommonmark.__version__,
1313
install_requires=[
14-
'commonmark>=0.5.4',
14+
'commonmark<=0.5.4',
1515
'docutils>=0.11'
1616
],
1717
entry_points={'console_scripts': [

0 commit comments

Comments
 (0)