Skip to content

Commit c127517

Browse files
committed
version 0.36.4
1 parent f8bdc3d commit c127517

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
@@ -74,7 +74,7 @@ consumption to do the same tasks.
7474
Detailed list of changes
7575
-------------------------------------
7676

77-
0.36.4 [future]
77+
0.36.4 [2024-09-27]
7878
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7979

8080
- Fix a regression in the previous release that caused window padding to be rendered opaque even when :opt:`background_opacity` is less than 1 (:iss:`7895`)

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