mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 17:41:38 -05:00
Revert back to using old commonmark for now
This commit is contained in:
parent
0ed27b1c2e
commit
7ca5247b34
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
__version__ = '0.3.0'
|
||||
__version__ = '0.4.0'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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': [
|
||||
|
|
Loading…
Add table
Reference in a new issue