diff --git a/madblog/__init__.py b/madblog/__init__.py index 1c98a23..850505a 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.1.9' +__version__ = '0.1.10' diff --git a/madblog/static/css/blog.css b/madblog/static/css/blog.css index 559713c..b62455a 100644 --- a/madblog/static/css/blog.css +++ b/madblog/static/css/blog.css @@ -1,7 +1,3 @@ -main { - overflow-x: hidden; -} - main .content { display: flex; flex-direction: column; diff --git a/setup.cfg b/setup.cfg index 4591079..56af335 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.9 +current_version = 0.1.10 commit = True tag = True diff --git a/setup.py b/setup.py index 04ae1ef..12e4a90 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.1.9', + version='0.1.10', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',