Skip to content

Commit 68cd863

Browse files
committed
version 0.22.1
1 parent 65e5015 commit 68cd863

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
@@ -4,7 +4,7 @@ Changelog
44
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
55
To update |kitty|, :doc:`follow the instructions <binary>`.
66

7-
0.22.1 [future]
7+
0.22.1 [2021-07-31]
88
----------------------
99

1010
- Fix a regression in the previous release that broke ``kitty --help`` (:iss:`3869`)

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