File tree 4 files changed +10
-3
lines changed 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ History:
2
2
3
3
<see Git checking messages for history>
4
4
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
+
5
12
3.3.1 2018/09/22
6
13
- Linux: fix a memory leak introduced with 7e8ae5703f0669f40532c2be917df4328bc3985e (fixes #72)
7
14
- 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 )
2
2
==================
3
3
4
4
exception.py
Original file line number Diff line number Diff line change 29
29
# built documents.
30
30
#
31
31
# The short X.Y version.
32
- version = "3.3.1 "
32
+ version = "3.3.2 "
33
33
34
34
# The full version, including alpha/beta/rc tags.
35
35
release = "latest"
Original file line number Diff line number Diff line change 13
13
from .exception import ScreenShotError
14
14
from .factory import mss
15
15
16
- __version__ = "3.3.1 "
16
+ __version__ = "3.3.2 "
17
17
__author__ = "Mickaël 'Tiger-222' Schoentgen"
18
18
__copyright__ = """
19
19
Copyright (c) 2013-2018, Mickaël 'Tiger-222' Schoentgen
You can’t perform that action at this time.
0 commit comments