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" },