mirror of https://github.com/KLayout/klayout.git
Updated changelogs and version for 0.28.5
This commit is contained in:
parent
4eab16557c
commit
6a36bfa7c0
|
|
@ -1,3 +1,6 @@
|
||||||
|
0.28.5 (2023-02-05):
|
||||||
|
* Bugfix: %GITHUB%/issues/1275 Region.sized after .smooth returns empty region
|
||||||
|
|
||||||
0.28.4 (2023-02-02):
|
0.28.4 (2023-02-02):
|
||||||
* Bugfix: %GITHUB%/issues/1267 Editor options not visible initially on layout view
|
* Bugfix: %GITHUB%/issues/1267 Editor options not visible initially on layout view
|
||||||
* Bugfix: %GITHUB%/issues/1260 Internal error on package install
|
* Bugfix: %GITHUB%/issues/1260 Internal error on package install
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
klayout (0.28.5-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New features and bugfixes
|
||||||
|
- See changelog
|
||||||
|
|
||||||
|
-- Matthias Köfferlein <matthias@koefferlein.de> Sat, 04 Feb 2023 22:40:00 +0100
|
||||||
|
|
||||||
klayout (0.28.4-1) unstable; urgency=low
|
klayout (0.28.4-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.4"
|
KLAYOUT_VERSION="0.28.5"
|
||||||
|
|
||||||
# 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.4"
|
KLAYOUT_PYPI_VERSION="0.28.5"
|
||||||
|
|
||||||
# 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