version 0.14.5

This commit is contained in:
Kovid Goyal
2019-09-23 08:41:38 +05:30
parent fe807dd66f
commit ffc4e99717
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ from collections import namedtuple
from contextlib import suppress
appname = 'kitty'
version = (0, 14, 4)
version = (0, 14, 5)
str_version = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos = 'darwin' in _plat