Skip to content

Commit 15ac33a

Browse files
committed
version 0.36.2
1 parent b9051d8 commit 15ac33a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2 [future]
77+
0.36.2 [2024-09-06]
7878
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7979

8080
- Linux: Fix a regression in 0.36.0 that caused font features defined via fontconfig to be ignored (:iss:`7773`)

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