Skip to content

Commit

Permalink
bump version 0.7: Fix Markdown desired version, thanks @fabiomontefus…
Browse files Browse the repository at this point in the history
  • Loading branch information
menduo committed Jan 7, 2019
1 parent db1c140 commit b68c9e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.7-2019-01-07

## fix

- Fix Markdown desired version, thanks @fabiomontefuscolo


# v0.5-2017-12-13

## Added
Expand Down
2 changes: 1 addition & 1 deletion mdtree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding=utf-8
__version__ = "0.6"
__version__ = "0.7"
__desc__ = "Convert markdown to html with TOC(table of contents) https://github.com/menduo/mdtree"
from mdtree.main import MdTree, convert_from_file
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# encoding: utf-8
from setuptools import setup
__version__ = "0.6"
__version__ = "0.7"
__desc__ = "Convert markdown to html with TOC(table of contents) https://github.com/menduo/mdtree"

repo_url = "https://github.com/menduo/mdtree"
Expand Down Expand Up @@ -39,6 +39,8 @@
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet :: WWW/HTTP :: Site Management",
Expand Down

0 comments on commit b68c9e2

Please sign in to comment.