diff --git a/README.md b/README.md index a3bf0c7..e7f0940 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c ## History of changes +### Version 1.6.5 (Jun 08, 2021) +* Support GDSII files with 0-padding at the end. +* Allow fixing and modifying GDSII file timestamps. +* _Thanks Troy Tamas and Joaquin Matres for the fixes_ + ### Version 1.6.4 (Apr 23, 2021) * Fix missing module import (thanks Troy Tamas for the fix). diff --git a/gdspy/__init__.py b/gdspy/__init__.py index 99e9320..6cefe92 100644 --- a/gdspy/__init__.py +++ b/gdspy/__init__.py @@ -19,7 +19,7 @@ - http://www.buchanan1.net/stream_description.html """ -__version__ = "1.6.4" +__version__ = "1.6.5" import warnings