From 4f2cd2912601bdc3b9d44848e19cb670f31ffa11 Mon Sep 17 00:00:00 2001 From: ldevillez Date: Sun, 14 Jan 2024 22:00:04 +0100 Subject: [PATCH] FEAT: update version --- CHANGELOG.md | 9 +++++++++ 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, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ea3b4..58ab261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## v3.0.1 - 14/01/2023 + ### Added - Version is now displayed in the inkscape extension ### Changed diff --git a/docs/conf.py b/docs/conf.py index 59db9ee..19d4db6 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.0.0" +release = "3.0.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 75138db..f232358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "svg2tikz" -version = "3.0.0" +version = "3.0.1" 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 7b43c2f..d77aca2 100644 --- a/svg2tikz/tikz_export.py +++ b/svg2tikz/tikz_export.py @@ -16,7 +16,7 @@ import platform -__version__ = "3.0.0" +__version__ = "3.0.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 610bf6c..0b85003 100644 --- a/svg2tikz/tikz_export_effect.inx +++ b/svg2tikz/tikz_export_effect.inx @@ -1,6 +1,6 @@ - Export to TikZ path v3.0.0 + Export to TikZ path v3.0.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 346d905..bab0570 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.0.0 + Export as TikZ code for use with LaTeX v3.0.1 net.texample.tools.svg.export_tikz.output tikz_export.py