Skip to content

Commit

Permalink
version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 28, 2020
1 parent 8f1ec05 commit 644ee64
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.16.0 [future]
0.16.0 [2020-01-28]
--------------------

- A new :doc:`marks` feature that allows highlighting and scrolling to arbitrary
Expand Down
2 changes: 1 addition & 1 deletion kitty/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from contextlib import suppress

appname = 'kitty'
version = (0, 15, 1)
version = (0, 16, 0)
str_version = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos = 'darwin' in _plat
Expand Down

2 comments on commit 644ee64

@ctrlcctrlv
Copy link
Contributor

@ctrlcctrlv ctrlcctrlv commented on 644ee64 Jan 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Darn, didn't get my background image patch in in time. ☹️

So sorry.

@kovidgoyal
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries kitty is released fairly frequently.

Please sign in to comment.