Skip to content

Commit

Permalink
Hotfix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amccaugh committed May 20, 2021
1 parent 0e754c1 commit 675086f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 1.5.2 (May 19, 2021)
- Hotfix to guarantee Python 2 compatibility

## 1.5.1 (May 19, 2021)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GDS scripting that's intuitive, fast, and powerful. For Python 2 and 3.
- [**Installation / requirements**](#installation--requirements)
- [**Tutorial + examples**](https://phidl.readthedocs.io/en/latest/tutorials.html) (or [try an interactive notebook](https://mybinder.org/v2/gh/amccaugh/phidl/master?filepath=phidl_tutorial_example.ipynb))
- [**Geometry library + function documentation**](https://phidl.readthedocs.io/)
- [Changelog](https://github.com/amccaugh/phidl/blob/master/CHANGELOG.md) (latest update 1.5.1 on May 19, 2021)
- [Changelog](https://github.com/amccaugh/phidl/blob/master/CHANGELOG.md) (latest update 1.5.2 on May 19, 2021)
- Better interactive windows for `quickplot()`! Now you can use the mousewheel/trackpad scroll to zoom in and out, and right-click or left-click to zoom to a region.
- New `pg.gridsweep()` function, allowing for easy creation of parameter sweeps on a grid. See [the documentation](https://phidl.readthedocs.io/en/latest/geometry_reference.html#Gridsweep) for details.

Expand Down
2 changes: 1 addition & 1 deletion phidl/device_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import gdspy.library
gdspy.library.use_current_library = False

__version__ = '1.5.1'
__version__ = '1.5.2'


#==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


setup(name='phidl',
version='1.5.1',
version='1.5.2',
description='PHIDL',
long_description = long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 675086f

Please sign in to comment.