File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v0.7-2019-01-07
2
+
3
+ ## fix
4
+
5
+ - Fix Markdown desired version, thanks @fabiomontefuscolo
6
+
7
+
1
8
# v0.5-2017-12-13
2
9
3
10
## Added
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# coding=utf-8
3
- __version__ = "0.6 "
3
+ __version__ = "0.7 "
4
4
__desc__ = "Convert markdown to html with TOC(table of contents) https://github.com/menduo/mdtree"
5
5
from mdtree .main import MdTree , convert_from_file
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# encoding: utf-8
3
3
from setuptools import setup
4
- __version__ = "0.6 "
4
+ __version__ = "0.7 "
5
5
__desc__ = "Convert markdown to html with TOC(table of contents) https://github.com/menduo/mdtree"
6
6
7
7
repo_url = "https://github.com/menduo/mdtree"
39
39
"Programming Language :: Python :: 3.3" ,
40
40
"Programming Language :: Python :: 3.4" ,
41
41
"Programming Language :: Python :: 3.5" ,
42
+ "Programming Language :: Python :: 3.6" ,
43
+ "Programming Language :: Python :: 3.7" ,
42
44
"Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
43
45
"Topic :: Software Development :: Libraries :: Python Modules" ,
44
46
"Topic :: Internet :: WWW/HTTP :: Site Management" ,
You can’t perform that action at this time.
0 commit comments