Skip to content

Commit 99a5f6b

Browse files
committed
version 0.43.0
1 parent 30f7ed7 commit 99a5f6b

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
@@ -134,7 +134,7 @@ consumption to do the same tasks.
134134
Detailed list of changes
135135
-------------------------------------
136136

137-
0.43.0 [future]
137+
0.43.0 [2025-09-28]
138138
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139139

140140
- New support for creating and switching to :doc:`sessions` easily, allowing

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, 42, 2)
25+
version: Version = Version(0, 43, 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)