File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ History:
22
33<see Git checking messages for history>
44
5+ 3.3.2 2018/11/20
6+ - new contributors: hugovk, Andreas Buhr
7+ - MSS: do monitor detection in MSS constructor (fixes #79)
8+ - MSS: specify compliant Python versions for pip install
9+ - tests: enable Python 3.7
10+ - tests: fix test_entry_point() with multiple monitors
11+
5123.3.1 2018/09/22
613 - Linux: fix a memory leak introduced with 7e8ae5703f0669f40532c2be917df4328bc3985e (fixes #72)
714 - doc: add the download statistics badge
Original file line number Diff line number Diff line change 1- 3.3.0 (2018-08-xx )
1+ 3.3.0 (2018-09-04 )
22==================
33
44exception.py
Original file line number Diff line number Diff line change 2929# built documents.
3030#
3131# The short X.Y version.
32- version = "3.3.1 "
32+ version = "3.3.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__ = "3.3.1 "
16+ __version__ = "3.3.2 "
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