Compare commits
2 commits
45a5371074
...
982c596d71
Author | SHA1 | Date | |
---|---|---|---|
|
982c596d71 | ||
|
3f47f3a656 |
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.31"
|
__version__ = "0.2.32"
|
||||||
|
|
|
@ -6,7 +6,7 @@ main .content {
|
||||||
|
|
||||||
main .content p,
|
main .content p,
|
||||||
main .content ul {
|
main .content ul {
|
||||||
font-family: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif',serif;
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'Tahoma', 'Helvetica', 'Verdana', sans-serif;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.2.31
|
current_version = 0.2.32
|
||||||
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.31",
|
version="0.2.32",
|
||||||
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…
Add table
Reference in a new issue