From bf52e423cfd3d75ade5e715cb39c97499a13d47f Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Sat, 31 Aug 2024 07:10:17 -0300 Subject: [PATCH] Release v0.9.54 Signed-off-by: Lucas Heitzmann Gabrielli --- CHANGELOG.md | 6 ++++++ include/gdstk/gdstk.hpp | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554c8764..f75b30d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.54 - 2024-08-31 +### Changed +- Dropped unnecessary dependencies +### Fixed +- Trapezoid loading bug in OASIS format + ## 0.9.53 - 2024-07-04 ### Added - Support for Raith MBMS path data (thanks Matthew Mckee). diff --git a/include/gdstk/gdstk.hpp b/include/gdstk/gdstk.hpp index 6fc5daa0..503e452e 100644 --- a/include/gdstk/gdstk.hpp +++ b/include/gdstk/gdstk.hpp @@ -11,7 +11,7 @@ LICENSE file or #define __STDC_FORMAT_MACROS 1 #define _USE_MATH_DEFINES -#define GDSTK_VERSION "0.9.53" +#define GDSTK_VERSION "0.9.54" // If GDSTK_CUSTOM_ALLOCATOR is defined, the user must supply implementations // for the following dynamic memory management functions: diff --git a/pyproject.toml b/pyproject.toml index 793f58e5..da12ac7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build" [project] name = "gdstk" -version = "0.9.53" +version = "0.9.54" authors = [{name = "Lucas H. Gabrielli", email = "heitzmann@gmail.com"}] description = "Python module for creation and manipulation of GDSII files." readme = "README.md"