Skip to content

Commit e5681a9

Browse files
committed
version 0.18.3
1 parent fb838a6 commit e5681a9

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.18.3 [future]
7+
0.18.3 [2020-08-11]
88
-------------------
99

1010
- hints kitten: Allow customizing hint colors (:pull:`2894`)

kitty/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Version(NamedTuple):
2020

2121

2222
appname: str = 'kitty'
23-
version: Version = Version(0, 18, 2)
23+
version: Version = Version(0, 18, 3)
2424
str_version: str = '.'.join(map(str, version))
2525
_plat = sys.platform.lower()
2626
is_macos: bool = 'darwin' in _plat

0 commit comments

Comments
 (0)