Skip to content

Commit 9e367a2

Browse files
committed
set version to 1.2.0
1 parent 461b5bd commit 9e367a2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
Changelog
22
=========
33

4-
Unreleased
4+
1.2.0
55
----------
6-
* GDSII-export: Added support for LineStrings
6+
77
* Added meep integration
8+
* GDSII-export: Added support for LineStrings
89

910
1.1.4
1011
-----
11-
1212
* Waveguide: added add_left_bend and add_right_bend to make code easier readable
1313
* added alphanumeric_to_id as an inverse of id_to_alphanumeric
1414
* allow to limit the numbers of workers for parallel export
1515
* fixed oasis export
1616

1717
1.1.3
1818
-----
19-
2019
* Grating coupler: make_traditional_coupler now allows to apodize the period of the grating
2120
* Port: added with_width function to generate a copy of the Port with a certain width
2221
* Increased precision in add_straight_segment by evaluating derivative

gdshelpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
configuration = _Configuration()
1313

14-
__version__ = '1.1.4'
14+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)