Compare commits
2 commits
982c596d71
...
6d3cdc7fb0
Author | SHA1 | Date | |
---|---|---|---|
|
6d3cdc7fb0 | ||
|
0979f8dad6 |
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.2.32"
|
||||
__version__ = "0.2.33"
|
||||
|
|
|
@ -52,7 +52,7 @@ a:hover {
|
|||
|
||||
@media screen and (min-width: 1024px) {
|
||||
main .container {
|
||||
max-width: 35em;
|
||||
max-width: 45em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.32
|
||||
current_version = 0.2.33
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ def readfile(file):
|
|||
|
||||
setup(
|
||||
name="madblog",
|
||||
version="0.2.32",
|
||||
version="0.2.33",
|
||||
author="Fabio Manganiello",
|
||||
author_email="info@fabiomanganiello.com",
|
||||
description="A minimal platform for Markdown-based blogs",
|
||||
|
|
Loading…
Add table
Reference in a new issue