diff --git a/README.md b/README.md index de05e07..d970912 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.10 (Nov 14, 2021) +* Fix in `Cell.get_polygons` + ### Version 1.6.9 (Sep 23, 2021) * Fix in `Cell.get_polygons` with specified layer and datatype. * Raise error for duplicate cells when reading a GDSII file. diff --git a/gdspy/__init__.py b/gdspy/__init__.py index 8790714..6d3aa7a 100644 --- a/gdspy/__init__.py +++ b/gdspy/__init__.py @@ -19,7 +19,7 @@ - http://www.buchanan1.net/stream_description.html """ -__version__ = "1.6.9" +__version__ = "1.6.10" import warnings