Skip to content

Commit

Permalink
increased version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Jun 4, 2020
1 parent 700bf87 commit fa123cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.1.2
-----
* Added scale-parameter to save_image
* fixed .dxf-export in Cell
* Waveguide.add_parameterized_path now also supports an array as path_derivative
* fixed add_dlw_marker, origin can now also be a list

1.1.1
-----
* Removed \_\_future\_\_ imports and (object) in class definitions for Python 2
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.1'
__version__ = '1.1.2'

0 comments on commit fa123cc

Please sign in to comment.