Skip to content

Commit

Permalink
v0.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed May 17, 2020
1 parent 838ba2c commit 767815d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ class SiEPIC_EBeam(Library):
# windows only allows for a fixed width, short description
self.description = ""
# OSX does a resizing:
self.description = "Components with models"
self.description = "v0.3.28, 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 @@ -7123,7 +7123,7 @@ class SiEPIC_EBeam_dev(Library):

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

Expand Down

0 comments on commit 767815d

Please sign in to comment.