diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e99861..5673a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Changelog Unreleased ---------- + +1.1.3 +----- * Grating coupler: make_traditional_coupler now allows to apodize the period of the grating * Port: added with_width function to generate a copy of the Port with a certain width * Increased precision in add_straight_segment by evaluating derivative diff --git a/gdshelpers/__init__.py b/gdshelpers/__init__.py index b168b1d..11a98d4 100644 --- a/gdshelpers/__init__.py +++ b/gdshelpers/__init__.py @@ -11,4 +11,4 @@ configuration = _Configuration() -__version__ = '1.1.2' +__version__ = '1.1.3'