Skip to content

Commit

Permalink
Merge pull request #178 from xyz2tex/release_3.0.0
Browse files Browse the repository at this point in the history
FEAT: update version
  • Loading branch information
ldevillez authored Dec 13, 2023
2 parents 92ea970 + 86ed549 commit c4d3065
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## v3.0.0 - 12/12/2023

### Added
- Adding support for text-anchor
- Rounding of all values + options to change the number of after decimal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Documentation][documentation-badge]][documentation-url]
[![PyPI version](https://badge.fury.io/py/svg2tikz.svg)](https://badge.fury.io/py/svg2tikz)

# SVG2TikZ 2.0.X (Inkscape 1.x.x compatible)
# SVG2TikZ 3.0.X (Inkscape 1.x.x compatible)


SVG2TikZ, formally known as Inkscape2TikZ ,are a set of tools for converting SVG graphics to TikZ/PGF code.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "svg2tikz"
copyright = "2014, Kjell Magne Fauske, Louis Devillez"
author = "Kjell Magne Fauske, Louis Devillez"
release = "2.1.0"
release = "3.0.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "svg2tikz"
version = "2.1.0"
version = "3.0.0"
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import platform

__version__ = "2.1.0"
__version__ = "3.0.0"
__author__ = "Devillez Louis, Kjell Magne Fauske"
__maintainer__ = "Deville Louis"
__email__ = "louis.devillez@gmail.com"
Expand Down

0 comments on commit c4d3065

Please sign in to comment.