mirror of https://github.com/KLayout/klayout.git
Preparations for 0.28.13
This commit is contained in:
parent
bc03d81967
commit
9c973cb9b2
|
|
@ -1,3 +1,10 @@
|
||||||
|
klayout (0.28.13-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New features and bugfixes
|
||||||
|
- See changelog
|
||||||
|
|
||||||
|
-- Matthias Köfferlein <matthias@koefferlein.de> Mon, 20 Nov 2023 07:11:58 +0100
|
||||||
|
|
||||||
klayout (0.28.12-1) unstable; urgency=low
|
klayout (0.28.12-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.28.12"
|
KLAYOUT_VERSION="0.28.13"
|
||||||
|
|
||||||
# The version used for PyPI (don't use variables here!)
|
# The version used for PyPI (don't use variables here!)
|
||||||
KLAYOUT_PYPI_VERSION="0.28.12"
|
KLAYOUT_PYPI_VERSION="0.28.13"
|
||||||
|
|
||||||
# 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