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

Commit 3ecd1e0

Browse files
committed
Release v1.6.5
1 parent 8d85eec commit 3ecd1e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

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

7474
## History of changes
7575

76+
### Version 1.6.5 (Jun 08, 2021)
77+
* Support GDSII files with 0-padding at the end.
78+
* Allow fixing and modifying GDSII file timestamps.
79+
* _Thanks Troy Tamas and Joaquin Matres for the fixes_
80+
7681
### Version 1.6.4 (Apr 23, 2021)
7782
* Fix missing module import (thanks Troy Tamas for the fix).
7883

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

2424
import warnings
2525

0 commit comments

Comments
 (0)