From 2925f07c6c129766c775c361b0576884d4a33f3f Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 25 Jan 2021 21:49:53 +0100 Subject: [PATCH] Updated version --- Changelog | 11 +++++++++++ Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 56ec3a82f..45250224d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,15 @@ +0.26.10 (2020-xx-xx): + +* Bugfix: %GITHUB%/issues/708 + Qt binding: missing support for binary strings as QByteArray representative +* Bugfix: %GITHUB%/issues/707 + QJsonValue's string constructor is ambiguous +* Bugfix: %GITHUB%/issues/704 + Rational Splines not supported DXF +* Bugfix: %GITHUB%/issues/693 + MAGIC files won't find subcells when reading from command line + 0.26.9 (2020-11-27): * Bugfix: %GITHUB%/issues/658 diff --git a/Changelog.Debian b/Changelog.Debian index daaf261eb..bc2f2f1a7 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.26.10-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Mon, 25 Jan 2021 21:49:39 +0100 + klayout (0.26.9-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 56650029f..99ac1a8fd 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.9" +KLAYOUT_VERSION="0.26.10" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.26.9" +KLAYOUT_PYPI_VERSION="0.26.10" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")