Skip to content

Commit 7f61f1f

Browse files
committed
version 0.34.1
1 parent bb3b5df commit 7f61f1f

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
@@ -50,7 +50,7 @@ consumption to do the same tasks.
5050
Detailed list of changes
5151
-------------------------------------
5252

53-
0.34.1 [future]
53+
0.34.1 [2024-04-19]
5454
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5555

5656
- Wayland KDE: Fix window background blur not adapting when window is grown. Also fix turning it on and off not working. (:iss:`7351`)

kitty/constants.py

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