mirror of https://github.com/KLayout/klayout.git
Preparations for 0.28.17
This commit is contained in:
parent
fcb642ae76
commit
804ecdcb46
|
|
@ -1,3 +1,6 @@
|
||||||
|
0.28.17 (2024-02-16):
|
||||||
|
* Enhancement: %GITHUB%/issues/1626 Technology specific grids
|
||||||
|
|
||||||
0.28.16 (2024-02-12):
|
0.28.16 (2024-02-12):
|
||||||
* Bugfix: %GITHUB%/issues/1623 Package installation with "-y" from command line does not work for URL or file
|
* Bugfix: %GITHUB%/issues/1623 Package installation with "-y" from command line does not work for URL or file
|
||||||
* Bugfix: %GITHUB%/issues/1619 Segfault on Fedora-39 with Python 3.12.1
|
* Bugfix: %GITHUB%/issues/1619 Segfault on Fedora-39 with Python 3.12.1
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
klayout (0.28.17-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New features and bugfixes
|
||||||
|
- See changelog
|
||||||
|
|
||||||
|
-- Matthias Köfferlein <matthias@koefferlein.de> Mon, 16 Feb 2024 00:00:00 +0100
|
||||||
|
|
||||||
klayout (0.28.16-1) unstable; urgency=low
|
klayout (0.28.16-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.16"
|
KLAYOUT_VERSION="0.28.17"
|
||||||
|
|
||||||
# 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.16"
|
KLAYOUT_PYPI_VERSION="0.28.17"
|
||||||
|
|
||||||
# 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