From 58e6446cb13b2ef697aed9773e113b8f1040fa2e Mon Sep 17 00:00:00 2001 From: Michele Tessaro Date: Thu, 12 Sep 2024 07:40:16 +0200 Subject: [PATCH] chg: pkg: changed version for the new release --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0462263..34ead1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## 3.10.4 (2024-09-12) + +### Fix + +* Correctly handle multiple search_dirs in PlantUMLIncluder. [Daum Alexander (DCL ATV SC D RAD CSFW FW)] + + ## 3.10.3 (2024-08-16) ### Fix diff --git a/setup.py b/setup.py index 4489e93..e41290d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="plantuml-markdown", - version="3.10.3", + version="3.10.4", author="Michele Tessaro", author_email="michele.tessaro.tex@gmail.com", description="A PlantUML plugin for Markdown",