Skip to content

Commit 5b4ea1b

Browse files
committed
version 0.48.0
1 parent 4b7aac4 commit 5b4ea1b

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
@@ -179,7 +179,7 @@ consumption to do the same tasks.
179179
Detailed list of changes
180180
-------------------------------------
181181

182-
0.48.0 [future]
182+
0.48.0 [2026-07-18]
183183
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
184184

185185
- Implement vertical tabs by setting :opt:`tab_bar_edge` to ``left`` or ``right`` (:pull:`9855`)

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, 47, 4)
25+
version: Version = Version(0, 48, 0)
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)