Compare commits
2 commits
6de5db8485
...
ba801995a8
Author | SHA1 | Date | |
---|---|---|---|
ba801995a8 | |||
7bea868899 |
4 changed files with 7 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.28"
|
__version__ = "0.2.29"
|
||||||
|
|
|
@ -12,6 +12,10 @@ main .content ul {
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main .content p {
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
main .content code, .codehilite {
|
main .content code, .codehilite {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.2.28
|
current_version = 0.2.29
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ def readfile(file):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="madblog",
|
name="madblog",
|
||||||
version="0.2.28",
|
version="0.2.29",
|
||||||
author="Fabio Manganiello",
|
author="Fabio Manganiello",
|
||||||
author_email="info@fabiomanganiello.com",
|
author_email="info@fabiomanganiello.com",
|
||||||
description="A minimal platform for Markdown-based blogs",
|
description="A minimal platform for Markdown-based blogs",
|
||||||
|
|
Loading…
Reference in a new issue