From 80afa59f0b21ab6c051f0cfaa838a8a2df607335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Wed, 4 Dec 2024 15:34:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20bump=20to=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef40a9e..700ab39 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ # Release history -## unreleased +## markdown-customblocks 1.5.0 (2022-12-04) +- Dropped support for Python<3.8 - Use backslash \ to continue the headline on the next line - New `figure` attributes: - `inline`: embeds the image as base64 encoded diff --git a/pyproject.toml b/pyproject.toml index 0888df6..103053a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "markdown-customblocks" -version = "1.4.1" +version = "1.5.0" description='Python Markdown extension to add custom parametrizable and nestable blocks' authors = [ { name="David García Garzón", email="voki@canvoki.net" },