Updated changelog.

This commit is contained in:
Matthias Koefferlein 2021-04-21 21:40:02 +02:00
parent d383f4a413
commit 65f62afbaa
3 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,10 @@
klayout (0.26.12-1) unstable; urgency=low
* New features and bugfixes
- See changelog
-- Matthias Köfferlein <matthias@koefferlein.de> Wed, 21 Apr 2021 21:39:50 +0200
klayout (0.26.11-1) unstable; urgency=low
* New features and bugfixes

View File

@ -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")