Skip to content

Commit

Permalink
increased version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Feb 5, 2020
1 parent 17b1c75 commit 84425e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gdshelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

configuration = _Configuration()

__version__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit 84425e4

Please sign in to comment.