diff --git a/CHANGELOG.md b/CHANGELOG.md index 269d81c..09e41de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,17 @@ ## [Unreleased] ### Added -- Adding support for the S command letter in svg ### Changed ### Deprecated ### Removed ### Fixed ### Security +## v3.2.1 - 24/09/2024 + +### Added +- Adding support for the S command letter in svg + ## v3.2.0 - 30/08/2024 ### Added diff --git a/docs/conf.py b/docs/conf.py index b24e15e..1c159be 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.2.0" +release = "3.2.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/svg2tikz/tikz_export.py b/svg2tikz/tikz_export.py index 484e039..af5d603 100644 --- a/svg2tikz/tikz_export.py +++ b/svg2tikz/tikz_export.py @@ -16,7 +16,7 @@ import platform -__version__ = "3.2.0" +__version__ = "3.2.1" __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 276cca1..08d9286 100644 --- a/svg2tikz/tikz_export_effect.inx +++ b/svg2tikz/tikz_export_effect.inx @@ -1,6 +1,6 @@ - Export to TikZ path v3.2.0 + Export to TikZ path v3.2.1 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 e498cdf..a0ef488 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.2.0 + Export as TikZ code for use with LaTeX v3.2.1 net.texample.tools.svg.export_tikz.output tikz_export.py