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

Commit

Permalink
Fix version info
Browse files Browse the repository at this point in the history
  • Loading branch information
heitzmann committed Jun 29, 2018
1 parent 1b85975 commit 45ddd92
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 @@ -59,7 +59,7 @@ Help support gdspy development by [donating via PayPal](https://www.paypal.com/c

## History of changes

### Upcoming
### Version 1.3.1 (Jun 29, 2018)
* `PolygonSet` becomes the base class for all polygons, in particular `Polygon` and `Rectangle`.
* Added `Cell.remove_polygons` and `Cell.remove_labels` functions to allow filtering a cell contents based, for example, on each element's layer.
* Added `PolygonSet.scale` utility method.
Expand Down
2 changes: 1 addition & 1 deletion gdspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
category=ImportWarning,
stacklevel=2)

__version__ = '1.2.1'
__version__ = '1.3.1'

_halfpi = 0.5 * numpy.pi
_directions_dict = {'+x': 0, '+y': 0.5, '-x': 1, '-y': -0.5}
Expand Down

0 comments on commit 45ddd92

Please sign in to comment.