Skip to content

Commit d9957be

Browse files
author
Matthias Koefferlein
committed
Preparations for release
1 parent bb635c3 commit d9957be

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.29.10 (2024-12-03):
2+
* Bug: %GITHUB%/issues/1941 Crash with the navigator open
3+
* Bug: %GITHUB%/issues/1942 Syntax error in pyi stubs
4+
As a bonus, added defaults for Box#enlarge and Box#enlarged (dx, dy)
5+
* Bugfix: Partial mode snapping now is object first, then grid
6+
* Bugfix: Key bindings have not been properly read from the configuration file
7+
The change in the configuration string structure triggered an old bug:
8+
Toolbar buttons had a twofold configuration and only the last one was
9+
considered. Changing the order of the entries could spoil the configuration.
10+
111
0.29.9 (2024-12-01):
212
* Bug: %GITHUB%/issues/1907 Locking layouts against modification during recursive iteration of instances and shapes
313
This prevents crashes in write-white-iterating scenarios

Changelog.Debian

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
klayout (0.29.10-1) unstable; urgency=low
2+
3+
* New features and bugfixes
4+
- See changelog
5+
6+
-- Matthias Köfferlein <[email protected]> Mon, 02 Dec 2024 22:23:47 +0100
7+
18
klayout (0.29.9-1) unstable; urgency=low
29

310
* New features and bugfixes

version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This script is sourced to define the main version parameters
33

44
# The main version
5-
KLAYOUT_VERSION="0.29.9"
5+
KLAYOUT_VERSION="0.29.10"
66

77
# The version used for PyPI (don't use variables here!)
8-
KLAYOUT_PYPI_VERSION="0.29.9"
8+
KLAYOUT_PYPI_VERSION="0.29.10"
99

1010
# The build date
1111
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")

0 commit comments

Comments
 (0)