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

Commit

Permalink
Prepare 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
heitzmann committed May 18, 2019
1 parent a96131c commit b810e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Help support gdspy development by [donating via PayPal](https://www.paypal.com/c

## History of changes

### Upcoming
### Version 1.4 (May 18, 2019)
* Revised [documentation](http://gdspy.readthedocs.io/).
* New `FlexPath` and `RobustPath` classes: more efficient path generation when using the original GDSII path specification.
* New `Curve` class: SVG-like polygon creation.
Expand Down
2 changes: 1 addition & 1 deletion gdspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
category=ImportWarning,
stacklevel=2)

__version__ = '1.3.2'
__version__ = '1.4'

_halfpi = 0.5 * numpy.pi
_zero = numpy.array((0.0, 0.0))
Expand Down

0 comments on commit b810e55

Please sign in to comment.