Skip to content

Commit 4483a6c

Browse files
committed
version 0.46.2
1 parent c57305a commit 4483a6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ consumption to do the same tasks.
165165
Detailed list of changes
166166
-------------------------------------
167167

168-
0.47.0 [future]
168+
0.46.2 [2026-03-21]
169169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170170

171171
- Watchers: Add an `on_quit` event to global watchers (:iss:`9675`)

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, 46, 1)
25+
version: Version = Version(0, 46, 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)