mirror of https://github.com/KLayout/klayout.git
Updated version to 0.26.5
This commit is contained in:
parent
a645369f34
commit
19b958cd6d
|
|
@ -1,6 +1,6 @@
|
|||
klayout is packaged by Peter C.S. Scholtens <peter.scholtens@xs4all.nl>
|
||||
and Matthias Köfferlein <matthias@koefferlein.de>
|
||||
and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.4.tar.gz
|
||||
and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.5.tar.gz
|
||||
|
||||
Authors:
|
||||
Matthias Köfferlein
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
0.26.5 (2020-xx-xx):
|
||||
0.26.5 (2020-05-02):
|
||||
|
||||
* Bugfix: %GITHUB%/issues/539
|
||||
An internal error happened on netlist flatten sometimes
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
klayout (0.26.5-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
- See changelog
|
||||
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Sat, 02 May 2020 13:26:24 +0200
|
||||
|
||||
klayout (0.26.4-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.4"
|
||||
KLAYOUT_VERSION="0.26.5"
|
||||
|
||||
# The version used for PyPI (don't use variables here!)
|
||||
KLAYOUT_PYPI_VERSION="0.26.4"
|
||||
KLAYOUT_PYPI_VERSION="0.26.5"
|
||||
|
||||
# The build date
|
||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||
|
|
|
|||
Loading…
Reference in New Issue