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

Commit 8253fd7

Browse files
committed
Release v1.6.4
1 parent 0b65d80 commit 8253fd7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c
7373

7474
## History of changes
7575

76+
### Version 1.6.4 (Apr 23, 2021)
77+
* Fix missing module import (thanks Troy Tamas for the fix).
78+
7679
### Version 1.6.3 (Dec 28, 2020)
7780
* Fix bounding box edge case (thanks Troy Tamas for the fix).
7881

gdspy/__init__.py

+1-1
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.3"
22+
__version__ = "1.6.4"
2323

2424
import warnings
2525

0 commit comments

Comments
 (0)