Preparations for 0.29.4.

This commit is contained in:
Matthias Koefferlein 2024-07-08 19:05:48 +02:00
parent 7356ebe6de
commit f45095ecb5
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,6 @@
0.29.4 (2024-07-08):
* Bug: %GITHUB%/issues/1780 Crash on deleting multiple selected shapes or items
0.29.3 (2024-07-06):
* Bug: %GITHUB%/issues/1774 ImportError: cannot import name '__version__' from 'klayout'
* Bug: %GITHUB%/issues/1771 Python exception formatting: backtrace missing for Python >=3.11.7

View File

@ -1,3 +1,10 @@
klayout (0.29.4-1) unstable; urgency=low
* New features and bugfixes
- See changelog
-- Matthias Köfferlein <matthias@koefferlein.de> Mon, 08 Jul 2024 19:05:32 +0200
klayout (0.29.3-1) unstable; urgency=low
* New features and bugfixes

View File

@ -2,10 +2,10 @@
# This script is sourced to define the main version parameters
# The main version
KLAYOUT_VERSION="0.29.3"
KLAYOUT_VERSION="0.29.4"
# The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.29.3"
KLAYOUT_PYPI_VERSION="0.29.4"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")