We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57305a commit 4483a6cCopy full SHA for 4483a6c
2 files changed
docs/changelog.rst
@@ -165,7 +165,7 @@ consumption to do the same tasks.
165
Detailed list of changes
166
-------------------------------------
167
168
-0.47.0 [future]
+0.46.2 [2026-03-21]
169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170
171
- Watchers: Add an `on_quit` event to global watchers (:iss:`9675`)
kitty/constants.py
@@ -22,7 +22,7 @@ class Version(NamedTuple):
22
23
appname: str = 'kitty'
24
kitty_face = '🐱'
25
-version: Version = Version(0, 46, 1)
+version: Version = Version(0, 46, 2)
26
str_version: str = '.'.join(map(str, version))
27
_plat = sys.platform.lower()
28
is_macos: bool = 'darwin' in _plat
0 commit comments