Skip to content

Commit 9347be6

Browse files
committed
version 0.15.0
1 parent ffc0c42 commit 9347be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
55
To update |kitty|, :doc:`follow the instructions <binary>`.
66

7-
0.15.0 [future]
7+
0.15.0 [2019-11-27]
88
--------------------
99

1010
- Add a new action :ref:`detach_window <detach_window>` that can be used to move the current

kitty/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from contextlib import suppress
1010

1111
appname = 'kitty'
12-
version = (0, 14, 6)
12+
version = (0, 15, 0)
1313
str_version = '.'.join(map(str, version))
1414
_plat = sys.platform.lower()
1515
is_macos = 'darwin' in _plat

0 commit comments

Comments
 (0)