mirror of https://github.com/KLayout/klayout.git
Updated version, changelog
This commit is contained in:
parent
378a3b9045
commit
3fbf33880a
|
|
@ -37,6 +37,7 @@
|
|||
* Bugfix: computed layers were printed with layer properties in lvsdb files sometimes.
|
||||
* Enhancement: Performance improvements and memory footprint reduction for OpenRAM test case
|
||||
* Bugfix: a number of typos fixed and documentation clarifications
|
||||
* Bugfix: DRC "or" was producing flat output in deep mode
|
||||
|
||||
0.27 (2021-05-02):
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
klayout (0.27.1-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
- See changelog
|
||||
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Mon, 31 May 2021 18:20:37 +0200
|
||||
|
||||
klayout (0.27-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"
|
||||
KLAYOUT_VERSION="0.27.1"
|
||||
|
||||
# The version used for PyPI (don't use variables here!)
|
||||
KLAYOUT_PYPI_VERSION="0.27.0"
|
||||
KLAYOUT_PYPI_VERSION="0.27.1"
|
||||
|
||||
# The build date
|
||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||
|
|
|
|||
Loading…
Reference in New Issue