From 3a86422bbeb97da7249e6d55f4bbec65ccfc49e3 Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Fri, 18 Dec 2020 07:10:02 -0300 Subject: [PATCH] Release v1.6.2 --- README.md | 2 +- gdspy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfa5630..60f43aa 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 -### Upcoming +### Version 1.6.2 (Dec 18, 2020) * More efficient bounding box calculation (thanks to Troy Tamas for the contribution). * Fix Label creation bug. diff --git a/gdspy/__init__.py b/gdspy/__init__.py index fec2ae8..081e977 100644 --- a/gdspy/__init__.py +++ b/gdspy/__init__.py @@ -19,7 +19,7 @@ - http://www.buchanan1.net/stream_description.html """ -__version__ = "1.6.1" +__version__ = "1.6.2" import warnings