Updated changelogs and version for 0.28.5

This commit is contained in:
Matthias Koefferlein 2023-02-04 22:40:43 +01:00
parent 4eab16557c
commit 6a36bfa7c0
3 changed files with 12 additions and 2 deletions

View File

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

View File

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

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