From 64c0bcfccfe0eab39af4d843c74d92223f6c4c31 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 21 Dec 2022 07:21:16 +0100 Subject: [PATCH] Preparing 0.28.1 --- Changelog | 7 +++++++ Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index b9389c6d6..7867d64a2 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +0.28.1 (2022-12-21): +* Bugfix: %GITHUB%/issues/1225 XML error prevents generation of help index +* Bugfix: Python module now has py.typed +* Bugfix: Some segfaults fixed on MacOS, other Linux systems +* Bugfix: dropped Python modules from RPM and DEB packages as this creates conflicts with pip-installed modules +* Bugfix: OASIS reader error with CBLOCK byte counts larger than 4G + 0.28 (2022-12-09): Changes (list may not be complete): * Bugfix: %GITHUB%/issues/989 "Layout#convert_pcell_to_static" does not handle"defunct" cells diff --git a/Changelog.Debian b/Changelog.Debian index f45486f6f..639c58101 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.28.1-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Wed, 21 Dec 2022 07:20:47 +0100 + klayout (0.28-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 839961594..a1f886da8 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" +KLAYOUT_VERSION="0.28.1" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.28-1" +KLAYOUT_PYPI_VERSION="0.28.1" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")