Compare commits

..

No commits in common. "ba801995a81aa98db5bea4568704645b3bf688b0" and "6de5db8485d6f86320d1e944ff44d524237669a7" have entirely different histories.

4 changed files with 3 additions and 7 deletions

View file

@ -1 +1 @@
__version__ = "0.2.29"
__version__ = "0.2.28"

View file

@ -12,10 +12,6 @@ main .content ul {
font-size: 0.95em;
}
main .content p {
font-size: 0.9em;
}
main .content code, .codehilite {
font-size: 0.9em;
}

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.29
current_version = 0.2.28
commit = True
tag = True

View file

@ -11,7 +11,7 @@ def readfile(file):
setup(
name="madblog",
version="0.2.29",
version="0.2.28",
author="Fabio Manganiello",
author_email="info@fabiomanganiello.com",
description="A minimal platform for Markdown-based blogs",