From b07f461be3d29581c42ec9507f77e562126de9d6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 25 Apr 2026 12:30:38 +0200 Subject: [PATCH] Bump version to v3.3.0 --- pyproject.toml | 2 +- svg-flatten/include/gerbolyze.hpp | 2 +- svg-flatten/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f1374f..a1f0f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gerbolyze" -version = "3.2.0" +version = "3.3.0" description = """A high-resolution image-to-PCB converter. Gerbolyze plots SVG, PNG and JPG onto existing gerber \ files. It handles almost the full SVG spec and deals with text, path outlines, patterns, arbitrary paths with \ self-intersections and holes, etc. fully automatically. It can vectorize raster images both by contour tracing and by \ diff --git a/svg-flatten/include/gerbolyze.hpp b/svg-flatten/include/gerbolyze.hpp index dc35fb0..2ec07ad 100644 --- a/svg-flatten/include/gerbolyze.hpp +++ b/svg-flatten/include/gerbolyze.hpp @@ -31,7 +31,7 @@ namespace gerbolyze { - constexpr char lib_version[] = "3.2.0"; + constexpr char lib_version[] = "3.3.0"; typedef std::function *(double, double, double)> sampling_fun; diff --git a/svg-flatten/pyproject.toml b/svg-flatten/pyproject.toml index b999d14..d2129e0 100644 --- a/svg-flatten/pyproject.toml +++ b/svg-flatten/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "svg-flatten-wasi" -version = "3.2.0" +version = "3.3.0" description = "svg-flatten SVG downconverter" readme = { file = "README.rst", content-type = "text/x-rst" } license = { text = "AGPLv3+" }