From 72f4795a420960df1efb577a37534df19a5aa90f Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Wed, 9 Jun 2021 12:24:14 -0300 Subject: [PATCH] Release v1.6.6 --- README.md | 4 ++++ gdspy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41bdc07..b351a05 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c ## History of changes +### Version 1.6.6 (Jun 09, 2021) +* Fix error in `Path.smooth` not finding `_hobby` function. +* Allow precision specification in SVG output. + ### Version 1.6.5 (Jun 08, 2021) * Support GDSII files with 0-padding at the end. * Allow fixing and modifying GDSII file timestamps. diff --git a/gdspy/__init__.py b/gdspy/__init__.py index 6cefe92..addd03f 100644 --- a/gdspy/__init__.py +++ b/gdspy/__init__.py @@ -19,7 +19,7 @@ - http://www.buchanan1.net/stream_description.html """ -__version__ = "1.6.5" +__version__ = "1.6.6" import warnings