Commit bbb8d5d 1 parent 836fcf3 commit bbb8d5d Copy full SHA for bbb8d5d
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- Markdown>=2.6.7
2
- mkdocs>=0.16.1
1
+ Markdown>=2.6.8
2
+ mkdocs>=0.16.3
3
3
markdown-include>=0.5.1
Original file line number Diff line number Diff line change 21
21
# Versions should comply with PEP440. For a discussion on single-sourcing
22
22
# the version across setup.py and the project code, see
23
23
# https://packaging.python.org/en/latest/single_source_version.html
24
- version = '0.3.0.0 ' ,
24
+ version = '0.3.0.1 ' ,
25
25
26
26
description = 'Combines a MkDocs Markdown site into a single Markdown file' ,
27
27
80
80
# your project is installed. For an analysis of "install_requires" vs pip's
81
81
# requirements files see:
82
82
# https://packaging.python.org/en/latest/requirements.html
83
- install_requires = ['mkdocs>=0.16.1 ' ,
84
- 'Markdown>=2.6.7 ' ,
83
+ install_requires = ['mkdocs>=0.16.3 ' ,
84
+ 'Markdown>=2.6.8 ' ,
85
85
'markdown-include>=0.5.1'
86
86
],
87
87
You can’t perform that action at this time.
0 commit comments