Skip to content

Commit

Permalink
v0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Nov 23, 2020
1 parent df6db4d commit 87a702c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions klayout_dot_config/grain.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<salt-grain>
<name>siepic_ebeam_pdk</name>
<version>0.3.29</version>
<api-version>0.25</api-version>
<version>0.3.30</version>
<api-version>0.26</api-version>
<title>SiEPIC EBeam PDK</title>
<doc>A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography</doc>
<doc-url>https://github.com/lukasc-ubc/SiEPIC_EBeam_PDK/blob/master/README.md</doc-url>
Expand All @@ -14,6 +14,6 @@
<depends>
<name>siepic_tools</name>
<url/>
<version>0.3.63</version>
<version>0.3.70</version>
</depends>
</salt-grain>
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(self):
# windows only allows for a fixed width, short description
self.description = ""
# OSX does a resizing:
self.description = "v0.3.3, Components with models"
self.description = "v0.3.30, Components with models"


# Import all the GDS files from the tech folder "gds"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def __init__(self):

# Set the description
# windows only allows for a fixed width, short description
self.description = "v0.3.3, Beta components"
self.description = "v0.3.30, Beta components"
# OSX does a resizing:
# self.description = "Beta layouts only"

Expand Down

0 comments on commit 87a702c

Please sign in to comment.