From 27ba90415bf4df6a332aadfae6c9819d730c7dd6 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 13 Jan 2022 22:45:22 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.4=20=E2=86=92=200.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- madblog/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 257954f..3c1e798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +# 0.1.5 + +- Support for config.logo = false. + # 0.1.4 -- Titles of HTML pages now match the configured blog title +- Titles of HTML pages now match the configured blog title. # 0.1.2 diff --git a/madblog/__init__.py b/madblog/__init__.py index 7525d19..66a87bb 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.1.4' +__version__ = '0.1.5' diff --git a/setup.cfg b/setup.cfg index e4ecf9f..81a4983 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/setup.py b/setup.py index 414923e..63dd847 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.1.4', + version='0.1.5', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',