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

Commit 4eaf78b

Browse files
committed
Release v1.6.8
1 parent f481525 commit 4eaf78b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c
7373

7474
## History of changes
7575

76-
### Version 1.6.8 (Unreleased)
76+
### Version 1.6.8 (Aug 2, 2021)
7777
* Fix in `boolean` for complex geometries that freeze the operation.
7878

7979
### Version 1.6.7 (Jul 14, 2021)

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.7"
22+
__version__ = "1.6.8"
2323

2424
import warnings
2525

0 commit comments

Comments
 (0)