From 6a36bfa7c04f55bd732f8e0f91b553c8f9cebed7 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 4 Feb 2023 22:40:43 +0100 Subject: [PATCH] Updated changelogs and version for 0.28.5 --- Changelog | 3 +++ Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 5f3b6e2f1..f540da47f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +0.28.5 (2023-02-05): +* Bugfix: %GITHUB%/issues/1275 Region.sized after .smooth returns empty region + 0.28.4 (2023-02-02): * Bugfix: %GITHUB%/issues/1267 Editor options not visible initially on layout view * Bugfix: %GITHUB%/issues/1260 Internal error on package install diff --git a/Changelog.Debian b/Changelog.Debian index 4a7d4f1b6..ce62036c9 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.28.5-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Sat, 04 Feb 2023 22:40:00 +0100 + klayout (0.28.4-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 53bc7966e..36b356e5e 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.28.4" +KLAYOUT_VERSION="0.28.5" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.28.4" +KLAYOUT_PYPI_VERSION="0.28.5" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")