Skip to content

Commit

Permalink
version 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Apr 23, 2020
1 parent d032946 commit cc29640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Changelog
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
To update |kitty|, :doc:`follow the instructions <binary>`.

0.17.3 [future]
-----------------
0.17.3 [2020-04-23]
--------------------

- Allow individually setting margins and padding for each edge (left, right,
top, bottom). Margins can also be controlled per window via remote control
Expand Down
2 changes: 1 addition & 1 deletion kitty/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Version(NamedTuple):


appname: str = 'kitty'
version: Version = Version(0, 17, 2)
version: Version = Version(0, 17, 3)
str_version: str = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos: bool = 'darwin' in _plat
Expand Down

0 comments on commit cc29640

Please sign in to comment.