From 84425e4b01e7cf2a3b10238faeb1f8cdde2dcfc8 Mon Sep 17 00:00:00 2001 From: Helge Gehring Date: Wed, 5 Feb 2020 10:59:52 +0100 Subject: [PATCH] increased version to 1.1.1 --- CHANGELOG.md | 5 +++-- gdshelpers/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ef608..6353fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ Changelog ========= -Unreleased ----------- +1.1.1 +----- * Removed \_\_future\_\_ imports and (object) in class definitions for Python 2 * create_holes_for_under_etching now allows ovals and rectangles +* add_route_single_circle_to_port now tapers the waveguide to match the width of the port * Bugfixes 1.1.0 diff --git a/gdshelpers/__init__.py b/gdshelpers/__init__.py index 9e356f2..031426d 100644 --- a/gdshelpers/__init__.py +++ b/gdshelpers/__init__.py @@ -3,4 +3,4 @@ configuration = _Configuration() -__version__ = '1.1.0' +__version__ = '1.1.1'