Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed May 10, 2017
1 parent d660224 commit 52024e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions py-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sh>=1.11
pandocfilters>=1.4.1
scour>=0.35
Markdown>=2.6.7
mkdocs>=0.16.0
git+https://github.com/facelessuser/pymdown-extensions.git
Markdown>=2.6.8
mkdocs>=0.16.3
pymdown-extensions>=3.1.0
pyembed>=1.3.3
pyembed-markdown>=1.1.0
markdown-include>=0.5.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.4.2',
version='0.4.3',

description='Python package for working with Markdown. Includes `docxtomd`, a Word .docx to Markdown converted '
'using `pandoc` and `wmf2svg`, and `wmftosvgpng`, an intelligent WMF to SVG or PNG converter using '
Expand Down Expand Up @@ -85,7 +85,7 @@
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'sh>=1.11', 'scour>=0.35', 'pandocfilters>=1.4.1',
'Markdown>=2.4.1', 'pymdown-extensions>=1.2', 'markdown-include>=0.5.1',
'Markdown>=2.6.8', 'pymdown-extensions>=3.1.0', 'markdown-include>=0.5.1',
'mdx_sections>=0.1', 'mdx_steroids>=0.4.0',
],
dependency_links=[
Expand Down

0 comments on commit 52024e0

Please sign in to comment.