From 19b958cd6da17518e05af0eed838ff0cd312ba6a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 2 May 2020 13:27:51 +0200 Subject: [PATCH] Updated version to 0.26.5 --- COPYRIGHT | 2 +- Changelog | 2 +- Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 8a6516f2f..831188232 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ klayout is packaged by Peter C.S. Scholtens and Matthias Köfferlein -and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.4.tar.gz +and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.5.tar.gz Authors: Matthias Köfferlein diff --git a/Changelog b/Changelog index 6e5c276e6..d6923085d 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,5 @@ -0.26.5 (2020-xx-xx): +0.26.5 (2020-05-02): * Bugfix: %GITHUB%/issues/539 An internal error happened on netlist flatten sometimes diff --git a/Changelog.Debian b/Changelog.Debian index 7e3e92d72..6879fda02 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.26.5-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Sat, 02 May 2020 13:26:24 +0200 + klayout (0.26.4-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index aaaa3dd2d..0e2eb2adf 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.4" +KLAYOUT_VERSION="0.26.5" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.26.4" +KLAYOUT_PYPI_VERSION="0.26.5" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")