Skip to content

Commit

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

0.17.1 [future]
0.17.1 [2020-03-24]
--------------------

- Fix :opt:`cursor_underline_thickness` not working (:iss:`2465`)
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, 0)
version: Version = Version(0, 17, 1)
str_version: str = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos: bool = 'darwin' in _plat
Expand Down

0 comments on commit aa3be05

Please sign in to comment.