Skip to content

Commit 0c4a93e

Browse files
committed
Release 3.3.2
1 parent 02ccb8f commit 0c4a93e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
512
3.3.1 2018/09/22
613
- Linux: fix a memory leak introduced with 7e8ae5703f0669f40532c2be917df4328bc3985e (fixes #72)
714
- doc: add the download statistics badge

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.3.0 (2018-08-xx)
1+
3.3.0 (2018-09-04)
22
==================
33

44
exception.py

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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.
3535
release = "latest"

mss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .exception import ScreenShotError
1414
from .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

0 commit comments

Comments
 (0)