Skip to content

Commit 2bab0b7

Browse files
committed
version 0.40.1
1 parent 140b6d2 commit 2bab0b7

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.40.1 [future]
97+
0.40.1 [2025-03-18]
9898
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9999

100100
- Do not count background processes by default for :opt:`confirm_os_window_close` (:iss:`8358`)

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