Skip to content

Commit 3ce04c3

Browse files
committed
version 0.19.3
1 parent 3b5951e commit 3ce04c3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ 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.19.3 [future]
7+
0.19.3 [2020-12-19]
88
-------------------
99

10+
- Happy holidays to all kitty users!
11+
1012
- A new :doc:`broadcast <kittens/broadcast>` kitten to type in all kitty windows
1113
simultaneously (:iss:`1569`)
1214

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, 19, 2)
23+
version: Version = Version(0, 19, 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)