Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Release v1.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
heitzmann committed Jan 14, 2022
1 parent 7170215 commit c0473ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c

## History of changes

### Version 1.6.11 (Jan 14, 2022)
* Fix in `Cell.write_svg` when missing references.
* Speed improvements in `Cell.remove_polygons` (thanks Troy for the contribution).

### Version 1.6.10 (Nov 14, 2021)
* Fix in `Cell.get_polygons`

Expand Down
2 changes: 1 addition & 1 deletion gdspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- http://www.buchanan1.net/stream_description.html
"""

__version__ = "1.6.10"
__version__ = "1.6.11"

import warnings

Expand Down
1 change: 1 addition & 0 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if ! grep "### Version $CURR_VER (" README.md > /dev/null 2>&1; then
exit 1
fi

git status
echo "Release version $CURR_VER [y/n]?"
echo "This will commit and tag all changes, but will NOT add them."
read -r GOON
Expand Down

0 comments on commit c0473ce

Please sign in to comment.