mirror of https://github.com/KLayout/klayout.git
Updated version
This commit is contained in:
parent
df60f49276
commit
428d0fe8c9
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
0.27.7 (2022-01-12):
|
||||
* Bugfix: %GITHUB%/issues/969 PCell error (infinite recursion)
|
||||
|
||||
0.27.6 (2022-01-04):
|
||||
* Enhancement: %GITHUB%/issues/963 Display snapped position in main window
|
||||
* Bugfix: %GITHUB%/issues/960 Cap values range now shown in netlist browser
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
klayout (0.27.7-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
- See changelog
|
||||
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Wed, 12 Jan 2022 22:54:45 +0100
|
||||
|
||||
klayout (0.27.6-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
# This script is sourced to define the main version parameters
|
||||
|
||||
# The main version
|
||||
KLAYOUT_VERSION="0.27.6"
|
||||
KLAYOUT_VERSION="0.27.7"
|
||||
|
||||
# The version used for PyPI (don't use variables here!)
|
||||
KLAYOUT_PYPI_VERSION="0.27.6"
|
||||
KLAYOUT_PYPI_VERSION="0.27.7"
|
||||
|
||||
# The build date
|
||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||
|
|
|
|||
Loading…
Reference in New Issue