mirror of https://github.com/KLayout/klayout.git
Preparing 0.28.1
This commit is contained in:
parent
08d9b4a15b
commit
64c0bcfccf
|
|
@ -1,3 +1,10 @@
|
|||
0.28.1 (2022-12-21):
|
||||
* Bugfix: %GITHUB%/issues/1225 XML error prevents generation of help index
|
||||
* Bugfix: Python module now has py.typed
|
||||
* Bugfix: Some segfaults fixed on MacOS, other Linux systems
|
||||
* Bugfix: dropped Python modules from RPM and DEB packages as this creates conflicts with pip-installed modules
|
||||
* Bugfix: OASIS reader error with CBLOCK byte counts larger than 4G
|
||||
|
||||
0.28 (2022-12-09):
|
||||
Changes (list may not be complete):
|
||||
* Bugfix: %GITHUB%/issues/989 "Layout#convert_pcell_to_static" does not handle"defunct" cells
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
klayout (0.28.1-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
- See changelog
|
||||
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Wed, 21 Dec 2022 07:20:47 +0100
|
||||
|
||||
klayout (0.28-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
# This script is sourced to define the main version parameters
|
||||
|
||||
# The main version
|
||||
KLAYOUT_VERSION="0.28"
|
||||
KLAYOUT_VERSION="0.28.1"
|
||||
|
||||
# The version used for PyPI (don't use variables here!)
|
||||
KLAYOUT_PYPI_VERSION="0.28-1"
|
||||
KLAYOUT_PYPI_VERSION="0.28.1"
|
||||
|
||||
# The build date
|
||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||
|
|
|
|||
Loading…
Reference in New Issue