mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
version 0.17.4
This commit is contained in:
parent
4f4d562670
commit
3d32202b3a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Changelog
|
|||
To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
|
||||
|
||||
0.17.4 [future]
|
||||
0.17.4 [2020-05-09]
|
||||
--------------------
|
||||
|
||||
- Allow showing the name of the current layout and the number of windows
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ class Version(NamedTuple):
|
|||
|
||||
|
||||
appname: str = 'kitty'
|
||||
version: Version = Version(0, 17, 3)
|
||||
version: Version = Version(0, 17, 4)
|
||||
str_version: str = '.'.join(map(str, version))
|
||||
_plat = sys.platform.lower()
|
||||
is_macos: bool = 'darwin' in _plat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue