Compare commits
No commits in common. "50207d7e25d17582a2989bf78b6ceda02983dfec" and "90d85fedb4630bf3d3a64273d0859a24f3fe26b4" have entirely different histories.
50207d7e25
...
90d85fedb4
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
__version__ = '0.2.26'
|
||||
__version__ = '0.2.25'
|
||||
|
|
|
@ -140,7 +140,7 @@ class BlogApp(Flask):
|
|||
else None
|
||||
),
|
||||
content=markdown(
|
||||
f.read(), extensions=["fenced_code", "codehilite", "tables", MarkdownLatex()]
|
||||
f.read(), extensions=["fenced_code", "codehilite", MarkdownLatex()]
|
||||
),
|
||||
skip_header=skip_header,
|
||||
skip_html_head=skip_html_head,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.26
|
||||
current_version = 0.2.25
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ def readfile(file):
|
|||
|
||||
setup(
|
||||
name='madblog',
|
||||
version='0.2.26',
|
||||
version='0.2.25',
|
||||
author='Fabio Manganiello',
|
||||
author_email='info@fabiomanganiello.com',
|
||||
description='A minimal platform for Markdown-based blogs',
|
||||
|
|
Loading…
Reference in a new issue