mirror of https://github.com/KLayout/klayout.git
Updated version
This commit is contained in:
parent
c324a21649
commit
2925f07c6c
11
Changelog
11
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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
klayout (0.26.10-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
- See changelog
|
||||
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Mon, 25 Jan 2021 21:49:39 +0100
|
||||
|
||||
klayout (0.26.9-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue