Updated version info to 0.26.7.

This commit is contained in:
Matthias Koefferlein 2020-07-05 21:33:33 +02:00
parent f1c632a7c8
commit 711f57c594
3 changed files with 10 additions and 3 deletions

View File

@ -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.6.tar.gz
and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.7.tar.gz
Authors:
Matthias Köfferlein

View File

@ -1,3 +1,10 @@
klayout (0.26.7-1) unstable; urgency=low
* New features and bugfixes
- See changelog
-- Matthias Köfferlein <matthias@koefferlein.de> Sun, 05 Jul 2020 21:32:18 +0200
klayout (0.26.6-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.6"
KLAYOUT_VERSION="0.26.7"
# The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.26.6"
KLAYOUT_PYPI_VERSION="0.26.7"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")