From a5bf9c97cad62d7e9145d3d94135603cf2d8384e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 1 Feb 2022 01:40:42 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.9=20=E2=86=92=200.1.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "main should have overflow-x: hidden on articles" This reverts commit 88bfacb05d099584fd8f025ff713ee284405cabf. --- madblog/__init__.py | 2 +- madblog/static/css/blog.css | 4 ---- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) 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',