Skip to content

Commit b1334fd

Browse files
committed
version 0.42.2
1 parent e3d16fa commit b1334fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ consumption to do the same tasks.
106106
Detailed list of changes
107107
-------------------------------------
108108

109-
0.42.2 [future]
109+
0.42.2 [2025-07-16]
110110
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111111

112112
- A new :ref:`protocol extension <mouse_leave_window>` to notify terminal programs that have turned on SGR Pixel mouse reporting when the mouse leaves the window (:disc:`8808`)

kitty/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Version(NamedTuple):
2222

2323
appname: str = 'kitty'
2424
kitty_face = '🐱'
25-
version: Version = Version(0, 42, 1)
25+
version: Version = Version(0, 42, 2)
2626
str_version: str = '.'.join(map(str, version))
2727
_plat = sys.platform.lower()
2828
is_macos: bool = 'darwin' in _plat

0 commit comments

Comments
 (0)