Skip to content

Commit be6e41c

Browse files
committed
version 0.4.0
1 parent a9e2695 commit be6e41c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog
33

44
kitty is a feature full, cross-platform, *fast*, OpenGL based terminal emulator.
55

6-
version 0.4.0 [future]
7-
-----------------------
6+
version 0.4.0 [2017-10-22]
7+
---------------------------
88

99
- Support for drawing arbitrary raster graphics (images) in the terminal via a
1010
new graphics protocol. kitty can draw images with full 32-bit color using both

kitty/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .fast_data_types import set_boss as set_c_boss
1212

1313
appname = 'kitty'
14-
version = (0, 3, 0)
14+
version = (0, 4, 0)
1515
str_version = '.'.join(map(str, version))
1616
_plat = sys.platform.lower()
1717
isosx = 'darwin' in _plat

0 commit comments

Comments
 (0)