Skip to content

Commit d45865e

Browse files
committed
Release 4.0.3
1 parent dcfaeab commit d45865e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ History:
22

33
<see Git checking messages for history>
44

5-
4.0.3 2019/xx/xx
5+
4.0.3 2019/04/23
6+
- The source code is now derived from master, where Python 2 support has been dropped.
7+
- new contributor: @grintor, @SergeyKalutsky
68
- Windows: use our own instances of GDI32 and User32 DLLs (backported from 5.0.0)
9+
- Windows: fix the screen bounding AiO rectangle
710

811
4.0.2 2019/02/23
912
- new contributor: foone

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 = "4.0.2"
32+
version = "4.0.3"
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__ = "4.0.2"
16+
__version__ = "4.0.3"
1717
__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818
__copyright__ = """
1919
Copyright (c) 2013-2019, Mickaël 'Tiger-222' Schoentgen

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mss
3-
version = 4.0.2
3+
version = 4.0.3
44
author = Mickaël 'Tiger-222' Schoentgen
55
author-email = contact@tiger-222.fr
66
description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.

0 commit comments

Comments
 (0)