From 5748bb7a20b03d347601ee2e4f04d667031cf6ba Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Sat, 1 Feb 2020 05:57:19 -0300 Subject: [PATCH] Release v1.5.2 --- README.md | 2 +- gdspy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbac1a6..7beb935 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Help support gdspy development by [donating via PayPal](https://www.paypal.com/c ## History of changes -### Version 1.5.1 (Feb 01, 2020) +### Version 1.5.2 (Feb 01, 2020) * Added support for importing GDSII files containing BOX elements. * Bug fix in `GdsLibrary.extract` (thanks collineps for finding the problem). diff --git a/gdspy/__init__.py b/gdspy/__init__.py index 218b526..c1ab855 100644 --- a/gdspy/__init__.py +++ b/gdspy/__init__.py @@ -19,7 +19,7 @@ - http://www.buchanan1.net/stream_description.html """ -__version__ = "1.5.1" +__version__ = "1.5.2" import warnings