diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 84063f2..f332b7c 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -38,7 +38,7 @@ jobs: - name: Install Python uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.11' cache: poetry - name: Setup Pages uses: actions/configure-pages@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c0f50..7a7be89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## v3.1.0 - 19/05/2024 + ### Added - Adding option to specify texmode via a SVG attribute (see --texmode) - Adding tests to improve the coverage of the code @@ -14,7 +23,7 @@ - Fixing typo in github action for pylint and tests ### Security -## v3.0.1 - 14/01/2023 +## v3.0.1 - 14/01/2024 ### Added - Version is now displayed in the inkscape extension diff --git a/docs/conf.py b/docs/conf.py index 19d4db6..3a16424 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.1" +release = "3.1.0" # -- 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 fe7b248..33b71bb 100644 --- a/svg2tikz/tikz_export.py +++ b/svg2tikz/tikz_export.py @@ -16,7 +16,7 @@ import platform -__version__ = "3.0.1" +__version__ = "3.1.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 1763c0e..9d60146 100644 --- a/svg2tikz/tikz_export_effect.inx +++ b/svg2tikz/tikz_export_effect.inx @@ -1,6 +1,6 @@ - Export to TikZ path v3.0.1 + Export to TikZ path v3.1.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 d860789..ea7f277 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.1 + Export as TikZ code for use with LaTeX v3.1.0 net.texample.tools.svg.export_tikz.output tikz_export.py