From 65f62afbaad77c799ce1d078f2a8f8d312a257bf Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 21 Apr 2021 21:40:02 +0200 Subject: [PATCH] Updated changelog. --- Changelog | 7 +++++++ Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index be6220b07e..1848f168f6 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,11 @@ +0.26.12 (2021-04-18): + +* Bugfix: %GITHUB%/issues/747 + Result browser gives error message with // lines in RVE files +* Bugfix: %GITHUB%/issues/771 + Problem with QMimeData binding + 0.26.11 (2021-02-27): * Bugfix: %GITHUB%/issues/733 diff --git a/Changelog.Debian b/Changelog.Debian index 7e94f5338a..997be66713 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.26.12-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Wed, 21 Apr 2021 21:39:50 +0200 + klayout (0.26.11-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 5b9350cb06..09b0095052 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.11" +KLAYOUT_VERSION="0.26.12" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.26.11" +KLAYOUT_PYPI_VERSION="0.26.12" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")