mirror of https://github.com/KLayout/klayout.git
Updated changelog.
This commit is contained in:
parent
d383f4a413
commit
65f62afbaa
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue