Skip to content

Commit 2674728

Browse files
committed
version 0.41.0
1 parent 01cdfcd commit 2674728

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
@@ -94,7 +94,7 @@ consumption to do the same tasks.
9494
Detailed list of changes
9595
-------------------------------------
9696

97-
0.41.0 [future]
97+
0.41.0 [2025-03-29]
9898
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9999

100100
- A new mode of operation for :opt:`text_fg_override_threshold` to override

kitty/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Version(NamedTuple):
2323

2424
appname: str = 'kitty'
2525
kitty_face = '🐱'
26-
version: Version = Version(0, 40, 1)
26+
version: Version = Version(0, 41, 0)
2727
str_version: str = '.'.join(map(str, version))
2828
_plat = sys.platform.lower()
2929
is_macos: bool = 'darwin' in _plat

0 commit comments

Comments
 (0)