From c23297b6874165b2d26466919f7bfbc6e7438f6a Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Fri, 29 Dec 2023 13:10:07 -0300 Subject: [PATCH] Release 0.9.49 Signed-off-by: Lucas Heitzmann Gabrielli --- CHANGELOG.md | 6 +++++- include/gdstk/gdstk.hpp | 2 +- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b3d106b..6babbb79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 0.9.47 - 2023-12-27 +## 0.9.49 - 2023-12-29 +### Fixed +- Type annotation for `Cell.write_svg`. + +## 0.9.48 - 2023-12-21 ### Changed - `Cell.dependencies` accepts keyword arguments. ### Fixed diff --git a/include/gdstk/gdstk.hpp b/include/gdstk/gdstk.hpp index 49f7038fc..db7601984 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.48" +#define GDSTK_VERSION "0.9.49" // 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 5b59c6784..31a14c3e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gdstk" -version = "0.9.48" +version = "0.9.49" authors = [{name = "Lucas H. Gabrielli", email = "heitzmann@gmail.com"}] description = "Python module for creation and manipulation of GDSII files." readme = "README.md" @@ -62,7 +62,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.9.48" +current = "0.9.49" regex = ''' (?P\d+) \.