mirror of https://github.com/KLayout/klayout.git
Updated COPYRIGHT, Changelog.Debian
This commit is contained in:
parent
d4cbc6e7d5
commit
dccdde2796
|
|
@ -1,6 +1,6 @@
|
||||||
klayout is packaged by Peter C.S. Scholtens <peter.scholtens@xs4all.nl>
|
klayout is packaged by Peter C.S. Scholtens <peter.scholtens@xs4all.nl>
|
||||||
and Matthias Köfferlein <matthias@koefferlein.de>
|
and Matthias Köfferlein <matthias@koefferlein.de>
|
||||||
and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.7.tar.gz
|
and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.8.tar.gz
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
Matthias Köfferlein
|
Matthias Köfferlein
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
klayout (0.26.8-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New features and bugfixes
|
||||||
|
- See changelog
|
||||||
|
|
||||||
|
-- Matthias Köfferlein <matthias@koefferlein.de> Mon, 14 Sep 2020 20:30:57 +0200
|
||||||
|
|
||||||
klayout (0.26.7-1) unstable; urgency=low
|
klayout (0.26.7-1) unstable; urgency=low
|
||||||
|
|
||||||
* New features and bugfixes
|
* New features and bugfixes
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
# This script is sourced to define the main version parameters
|
# This script is sourced to define the main version parameters
|
||||||
|
|
||||||
# The main version
|
# The main version
|
||||||
KLAYOUT_VERSION="0.26.7"
|
KLAYOUT_VERSION="0.26.8"
|
||||||
|
|
||||||
# The version used for PyPI (don't use variables here!)
|
# The version used for PyPI (don't use variables here!)
|
||||||
KLAYOUT_PYPI_VERSION="0.26.7"
|
KLAYOUT_PYPI_VERSION="0.26.8"
|
||||||
|
|
||||||
# The build date
|
# The build date
|
||||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue