Skip to content

Commit 7daaad7

Browse files
committed
Release 3.2.1
1 parent fdb14bf commit 7daaad7

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ History:
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

89
3.2.0 2018/03/22
910
- removed support for Python 3.4

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
3.2.0 (2018-03-22)
211
==================
312

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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.
3737
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.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

0 commit comments

Comments
 (0)