Skip to content

Commit 93dc28a

Browse files
committed
version 0.39.1
1 parent f7d804e commit 93dc28a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ consumption to do the same tasks.
8484
Detailed list of changes
8585
-------------------------------------
8686

87-
0.39.1 [future]
87+
0.39.1 [2025-02-01]
8888
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8989

9090
- Splits layout: Allow setting the bias of the current split using ``layout_action bias`` (:iss:`8222`)

kitty/constants.py

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