File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ History:
22
33<see Git checking messages for history>
44
5+ 4.0.2 2019/02/23
6+ - new contributor: foone
7+ - Windows: ignore missing SetProcessDPIAware() on Window XP
8+
594.0.1 2019/01/26
610 - Linux: fix several XLib functions signature (fixes #92)
711 - Linux: improve monitors finding by a factor of 44
Original file line number Diff line number Diff line change 2929# built documents.
3030#
3131# The short X.Y version.
32- version = "4.0.1 "
32+ version = "4.0.2 "
3333
3434# The full version, including alpha/beta/rc tags.
3535release = "latest"
Original file line number Diff line number Diff line change 1313from .exception import ScreenShotError
1414from .factory import mss
1515
16- __version__ = "4.0.1 "
16+ __version__ = "4.0.2 "
1717__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818__copyright__ = """
1919 Copyright (c) 2013-2019, Mickaël 'Tiger-222' Schoentgen
Original file line number Diff line number Diff line change 11[metadata]
22name = mss
3- version = 4.0.1
3+ version = 4.0.2
44author = Mickaël ' Tiger-222' Schoentgen
55author-email = contact@tiger-222.fr
66description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
You can’t perform that action at this time.
0 commit comments