Skip to content

Commit

Permalink
Merge pull request #185 from xyz2tex/release_3.0.1
Browse files Browse the repository at this point in the history
FEAT: update version
  • Loading branch information
ldevillez committed Jan 14, 2024
2 parents 284b20e + 4f2cd29 commit ce9bfde
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <louis.devillez@gmail.com>", " Kjell Magne Fauske <kjellmf@gmail.com>"]
maintainers = ["ldevillez <louis.devillez@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion svg2tikz/tikz_export.py
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion svg2tikz/tikz_export_effect.inx
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension>
<name>Export to TikZ path v3.0.0</name>
<name>Export to TikZ path v3.0.1</name>
<id>net.texample.tools.svg.export_tikz.effect</id>
<dependency type="executable" location="extensions">tikz_export.py</dependency>
<param name="tab" type="notebook">
Expand Down
2 changes: 1 addition & 1 deletion svg2tikz/tikz_export_output.inx
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension>
<name>Export as TikZ code for use with LaTeX v3.0.0</name>
<name>Export as TikZ code for use with LaTeX v3.0.1</name>
<id>net.texample.tools.svg.export_tikz.output</id>
<dependency type="executable" location="extensions">tikz_export.py</dependency>
<param name="tab" type="notebook">
Expand Down

0 comments on commit ce9bfde

Please sign in to comment.