From 3fbf33880a0c5c4af5eb0e7f1ad935a904cd7a14 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 31 May 2021 18:48:06 +0200 Subject: [PATCH] Updated version, changelog --- Changelog | 1 + Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 0e64f5591..cbeb99144 100644 --- a/Changelog +++ b/Changelog @@ -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): diff --git a/Changelog.Debian b/Changelog.Debian index a109a6658..0d0ad6ea1 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.27.1-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Mon, 31 May 2021 18:20:37 +0200 + klayout (0.27-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 081db679e..aa1c7c272 100644 --- a/version.sh +++ b/version.sh @@ -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")