From 4eaf78bccabc8dc948540de3bb6e819f178874bc Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Mon, 2 Aug 2021 18:35:30 -0300 Subject: [PATCH] Release v1.6.8 --- README.md | 2 +- gdspy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e80fe03..6e9f4cb 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c ## History of changes -### Version 1.6.8 (Unreleased) +### Version 1.6.8 (Aug 2, 2021) * Fix in `boolean` for complex geometries that freeze the operation. ### Version 1.6.7 (Jul 14, 2021) diff --git a/gdspy/__init__.py b/gdspy/__init__.py index c0cea0b..5abb652 100644 --- a/gdspy/__init__.py +++ b/gdspy/__init__.py @@ -19,7 +19,7 @@ - http://www.buchanan1.net/stream_description.html """ -__version__ = "1.6.7" +__version__ = "1.6.8" import warnings