Skip to content

Commit c8a490f

Browse files
committed
Release 4.0.1
1 parent 4559271 commit c8a490f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ History:
22

33
<see Git checking messages for history>
44

5-
4.0.1 2019/0x/xx
5+
4.0.1 2019/01/26
66
- Linux: fix several XLib functions signature (fixes #92)
77
- Linux: improve monitors finding by a factor of 44
88

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4.0.1 (2019-0x-xx)
1+
4.0.1 (2019-01-26)
22
==================
33

44
linux.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 = "4.0.0"
32+
version = "4.0.1"
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.0"
16+
__version__ = "4.0.1"
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.0
3+
version = 4.0.1
44
author = Mickaël 'Tiger-222' Schoentgen
55
author-email = [email protected]
66
description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.

0 commit comments

Comments
 (0)