Updated version, changelog

This commit is contained in:
Matthias Koefferlein 2021-05-31 18:48:06 +02:00
parent 378a3b9045
commit 3fbf33880a
3 changed files with 10 additions and 2 deletions

View File

@ -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):

View File

@ -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

View File

@ -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")