From a0679f20347ca52039896affcd3c9719ff27a439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Wed, 4 Dec 2024 18:22:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20bump=20to=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 700ab39..9b0868f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Release history +## markdown-customblocks 1.5.1 (2022-12-04) + +- Empty release to solve packaging problems + ## markdown-customblocks 1.5.0 (2022-12-04) - Dropped support for Python<3.8 diff --git a/pyproject.toml b/pyproject.toml index 103053a..17018fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "markdown-customblocks" -version = "1.5.0" +version = "1.5.1" description='Python Markdown extension to add custom parametrizable and nestable blocks' authors = [ { name="David García Garzón", email="voki@canvoki.net" },