Skip to content

Commit

Permalink
version 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 19, 2019
1 parent 9fdd8e4 commit fbccfb9
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 @@ -3,11 +3,11 @@ Changelog

|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.

0.13.3 [future]
0.13.3 [2019-01-19]
------------------------------

- icat kitten: Add a ``--stdin`` option to control if image data is read from
stdin (:iss:`1308`)
STDIN (:iss:`1308`)

- hints kitten: Start hints numbering at one instead of zero by default. Added
an option ``--hints-offset`` to control it. (:iss:`1289`)
Expand Down
2 changes: 1 addition & 1 deletion kitty/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from collections import namedtuple

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

0 comments on commit fbccfb9

Please sign in to comment.