Preparations for 0.28.17

This commit is contained in:
Matthias Koefferlein 2024-02-15 00:29:18 +01:00
parent fcb642ae76
commit 804ecdcb46
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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")