Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 72f4795

Browse files
committed
Release v1.6.6
1 parent 610e1c2 commit 72f4795

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c
7373

7474
## History of changes
7575

76+
### Version 1.6.6 (Jun 09, 2021)
77+
* Fix error in `Path.smooth` not finding `_hobby` function.
78+
* Allow precision specification in SVG output.
79+
7680
### Version 1.6.5 (Jun 08, 2021)
7781
* Support GDSII files with 0-padding at the end.
7882
* Allow fixing and modifying GDSII file timestamps.

gdspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- http://www.buchanan1.net/stream_description.html
2020
"""
2121

22-
__version__ = "1.6.5"
22+
__version__ = "1.6.6"
2323

2424
import warnings
2525

0 commit comments

Comments
 (0)