From 6de5db8485d6f86320d1e944ff44d524237669a7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 19 Aug 2024 11:38:32 +0200 Subject: [PATCH] Bumped to version 0.2.28 --- madblog/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/madblog/__init__.py b/madblog/__init__.py index be2d7c2..968391a 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = "0.2.27" +__version__ = "0.2.28" diff --git a/setup.cfg b/setup.cfg index 6a56ec8..62713a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.27 +current_version = 0.2.28 commit = True tag = True diff --git a/setup.py b/setup.py index 0a47889..7c6f26d 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name="madblog", - version="0.2.27", + version="0.2.28", author="Fabio Manganiello", author_email="info@fabiomanganiello.com", description="A minimal platform for Markdown-based blogs",