Skip to content

Commit c26b770

Browse files
committed
version 0.45.0
1 parent ef4e6f9 commit c26b770

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
@@ -149,7 +149,7 @@ consumption to do the same tasks.
149149
Detailed list of changes
150150
-------------------------------------
151151

152-
0.45.0 [future]
152+
0.45.0 [2025-12-24]
153153
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
154154

155155
- A new :doc:`kitten to select files at the speed of thought </kittens/choose-files>` with a keyboard first interface and support for content previews of text file with syntax highlighting, images, videos, e-books and more (:iss:`9263`)

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