From 0e2676d39e191316db8b843c021bca99905084e0 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 22 Nov 2020 08:48:57 +0100 Subject: [PATCH] Updated version and changelog (prep for 0.26.9 release) --- Changelog | 13 +++++++++++++ Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 5d989041c..fa1a5a35f 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,17 @@ +0.26.9 (2020-11-22): + +* Bugfix: %GITHUB%/issues/658 + Menu items were not put into the right place on MacOS. +* Bugfix: %GITHUB%/issues/652 + "M" factor scaling was not working for Spice reader. +* Bugfix: %GITHUB%/issues/651 + Fixed an issue with DRC "select". +* Bugfix: Display bug + Cell placements with small magnification factors (such that the + viewport dimensions exceeded the DBU space when seem from inside + the cell) lead to display errors. + 0.26.8 (2020-09-15): * Enhancement: %GITHUB%/issues/639 diff --git a/Changelog.Debian b/Changelog.Debian index a6ed65858..b41902cbd 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.26.9-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Sun, 22 Nov 2020 08:47:29 +0100 + klayout (0.26.8-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index e9ac7a429..56650029f 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.26.8" +KLAYOUT_VERSION="0.26.9" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.26.8" +KLAYOUT_PYPI_VERSION="0.26.9" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")