File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 22
33<see Git checking messages for history>
44
5- dev 2018/xx/xx
6-
5+ 3.2.1 2018/05/21
6+ - new contributor: Ryan Fox
7+ - Windows: enable Hi-DPI awareness
78
893.2.0 2018/03/22
910 - removed support for Python 3.4
Original file line number Diff line number Diff line change 1+ 3.2.1 (2018-05-21)
2+ ==================
3+
4+ windows.py
5+ ----------
6+ - Removed ``MSS.scale_factor `` property
7+ - Removed ``MSS.scale() `` method
8+
9+
1103.2.0 (2018-03-22)
211==================
312
Original file line number Diff line number Diff line change 3131# built documents.
3232#
3333# The short X.Y version.
34- version = '3.2.0 '
34+ version = '3.2.1 '
3535
3636# The full version, including alpha/beta/rc tags.
3737release = 'latest'
Original file line number Diff line number Diff line change 1313from .exception import ScreenShotError
1414from .factory import mss
1515
16- __version__ = '3.2.0 '
16+ __version__ = '3.2.1 '
1717__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818__copyright__ = """
1919 Copyright (c) 2013-2018, Mickaël 'Tiger-222' Schoentgen
You can’t perform that action at this time.
0 commit comments