From 53c28dccf047b6b202d58797d4626b3aac99176f Mon Sep 17 00:00:00 2001 From: ldevillez Date: Fri, 30 Aug 2024 18:46:56 +0200 Subject: [PATCH] Release v3.2.0 --- CHANGELOG.md | 11 ++++++++--- docs/conf.py | 2 +- pyproject.toml | 2 +- svg2tikz/tikz_export.py | 2 +- svg2tikz/tikz_export_effect.inx | 2 +- svg2tikz/tikz_export_output.inx | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e372fa0..baee534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,20 @@ ## [Unreleased] ### Added -- Adding info about the dependencies and how to contribute in the README -- Adding test for the arc direction ### Changed ### Deprecated ### Removed ### Fixed +### Security + +## v3.2.0 - 30/08/2024 + +### Added +- Adding info about the dependencies and how to contribute in the README +- Adding test for the arc direction +### Fixed - Fixing the latex build of the docs - Fixing some arc were not rendered correctly by tikz -### Security ## v3.1.0 - 19/05/2024 diff --git a/docs/conf.py b/docs/conf.py index 3a16424..b24e15e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "svg2tikz" copyright = "2014, Kjell Magne Fauske, Louis Devillez" author = "Kjell Magne Fauske, Louis Devillez" -release = "3.1.0" +release = "3.2.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 3fe01bf..5cff288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "svg2tikz" -version = "3.1.0" +version = "3.2.0" description = "Tools for converting SVG graphics to TikZ/PGF code" authors = ["ldevillez ", " Kjell Magne Fauske "] maintainers = ["ldevillez "] diff --git a/svg2tikz/tikz_export.py b/svg2tikz/tikz_export.py index 354b8be..1b99ef0 100644 --- a/svg2tikz/tikz_export.py +++ b/svg2tikz/tikz_export.py @@ -16,7 +16,7 @@ import platform -__version__ = "3.1.0" +__version__ = "3.2.0" __author__ = "Devillez Louis, Kjell Magne Fauske" __maintainer__ = "Deville Louis" __email__ = "louis.devillez@gmail.com" diff --git a/svg2tikz/tikz_export_effect.inx b/svg2tikz/tikz_export_effect.inx index 9d60146..276cca1 100644 --- a/svg2tikz/tikz_export_effect.inx +++ b/svg2tikz/tikz_export_effect.inx @@ -1,6 +1,6 @@ - Export to TikZ path v3.1.0 + Export to TikZ path v3.2.0 net.texample.tools.svg.export_tikz.effect tikz_export.py diff --git a/svg2tikz/tikz_export_output.inx b/svg2tikz/tikz_export_output.inx index ea7f277..e498cdf 100644 --- a/svg2tikz/tikz_export_output.inx +++ b/svg2tikz/tikz_export_output.inx @@ -1,6 +1,6 @@ - Export as TikZ code for use with LaTeX v3.1.0 + Export as TikZ code for use with LaTeX v3.2.0 net.texample.tools.svg.export_tikz.output tikz_export.py