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

Commit 5234778

Browse files
committed
Release v1.6.13
1 parent 9ddb8a1 commit 5234778

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.13 (Apr 26, 2023)
77+
* Allow ill-formed GDSII label anchors to be correctly loaded.
78+
7679
### Version 1.6.12 (Jun 2, 2022)
7780
* Fix in `Cell.get_texttypes`.
7881
* Allow labels to inherit transforms through `get_labels`.

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

2424
import warnings
2525

0 commit comments

Comments
 (0)