Skip to content

Commit f56c3ed

Browse files
committed
version 0.41.1
1 parent 42ab460 commit f56c3ed

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.1 [future]
97+
0.41.1 [2025-04-03]
9898
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9999

100100
- Fix a regression in the previous release that caused rendering of emoji using

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, 41, 0)
26+
version: Version = Version(0, 41, 1)
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)