From 5234778068e8d85dde955056517dd5f95379b6d4 Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Wed, 26 Apr 2023 09:21:09 -0300 Subject: [PATCH] Release v1.6.13 --- README.md | 3 +++ gdspy/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b76ba5f..495c080 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c ## History of changes +### Version 1.6.13 (Apr 26, 2023) +* Allow ill-formed GDSII label anchors to be correctly loaded. + ### Version 1.6.12 (Jun 2, 2022) * Fix in `Cell.get_texttypes`. * Allow labels to inherit transforms through `get_labels`. diff --git a/gdspy/__init__.py b/gdspy/__init__.py index 63cf6c0..c341dd0 100644 --- a/gdspy/__init__.py +++ b/gdspy/__init__.py @@ -19,7 +19,7 @@ - http://www.buchanan1.net/stream_description.html """ -__version__ = "1.6.12" +__version__ = "1.6.13" import warnings