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 4b7aac4 commit 5b4ea1bCopy full SHA for 5b4ea1b
2 files changed
docs/changelog.rst
@@ -179,7 +179,7 @@ consumption to do the same tasks.
179
Detailed list of changes
180
-------------------------------------
181
182
-0.48.0 [future]
+0.48.0 [2026-07-18]
183
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
184
185
- Implement vertical tabs by setting :opt:`tab_bar_edge` to ``left`` or ``right`` (:pull:`9855`)
kitty/constants.py
@@ -22,7 +22,7 @@ class Version(NamedTuple):
22
23
appname: str = 'kitty'
24
kitty_face = '🐱'
25
-version: Version = Version(0, 47, 4)
+version: Version = Version(0, 48, 0)
26
str_version: str = '.'.join(map(str, version))
27
_plat = sys.platform.lower()
28
is_macos: bool = 'darwin' in _plat
0 commit comments