From 40a26770f50489c6e468cae4fee5f84b99917413 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 30 Nov 2022 23:35:59 +0100 Subject: [PATCH] Preparations for 0.27.13 --- Changelog | 6 ++++++ Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 29ea24cff0..d3ea348f02 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +0.27.13 (2022-11-30): +* Bugfixes: + - selection did not work in non-editable mode + - partial selection did not work for guiding shapes + - compile issue: NDEBUG is not usable after ruby.h + 0.27.12 (2022-11-01): * Bugfix: %GITHUB%/issues/1173 DXF SPLINE implementation not compatible with ezdxf * Bugfix: %GITHUB%/issues/1167 delete_cells slow in some cases diff --git a/Changelog.Debian b/Changelog.Debian index 034297a4db..bffa3127ea 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.27.13-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Wed, 30 Nov 2022 22:23:22 +0100 + klayout (0.27.12-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 793a5070d8..f69d3a992f 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.12" +KLAYOUT_VERSION="0.27.13" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.27.12" +KLAYOUT_PYPI_VERSION="0.27.13" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")