Skip to content

Commit 45ddd92

Browse files
committed
Fix version info
1 parent 1b85975 commit 45ddd92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Help support gdspy development by [donating via PayPal](https://www.paypal.com/c
5959

6060
## History of changes
6161

62-
### Upcoming
62+
### Version 1.3.1 (Jun 29, 2018)
6363
* `PolygonSet` becomes the base class for all polygons, in particular `Polygon` and `Rectangle`.
6464
* Added `Cell.remove_polygons` and `Cell.remove_labels` functions to allow filtering a cell contents based, for example, on each element's layer.
6565
* Added `PolygonSet.scale` utility method.

gdspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
category=ImportWarning,
5656
stacklevel=2)
5757

58-
__version__ = '1.2.1'
58+
__version__ = '1.3.1'
5959

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

0 commit comments

Comments
 (0)