Skip to content

Commit 2b9673a

Browse files
committed
New contributor: Jochen 'cycomanic' Schroeder
1 parent d49decb commit 2b9673a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ History:
44

55
dev
66
- change license to MIT
7+
- new contributor: Jochen 'cycomanic' Schroeder
78
- add type hints
89
- add documentation (fix #10)
910
- add tests and use Travis CI (fix #9)
1011
- Linux: remove MSS library
1112
- Linux: insanely fast using only ctypes
1213
- Linux: skip unused monitors
14+
- Linux: use errcheck instead of deprecated restype with callable (fix #11)
1315

1416
2.0.0 2016/06/04
1517
- split the module into several files

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@
77
# - major contribution N
88

99
Alexander 'thehesiod' Mohr [https://github.com/thehesiod]
10-
- Winows: robustness to MSS.get_pixels()
10+
- Windows: robustness to MSS.get_pixels()
1111

1212
bubulle [http://indexerror.net/user/bubulle]
1313
- Windows: efficiency of MSS.get_pixels()
1414

1515
Condé 'Eownis' Titouan <me@titouan.co> <eownis@eownis.me> [https://titouan.co]
1616
- MacOS X tester
1717

18+
Jochen 'cycomanic' Schroeder [https://github.com/cycomanic]
19+
- GNU/Linux: use errcheck instead of deprecated restype with callable, for enum_display_monitors()
20+
1821
Oros <oros@ecirtam.net> [https://ecirtam.net]
1922
- GNU/Linux tester
2023

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '2.0.13'
62+
version = '2.0.14'
6363
# The full version, including alpha/beta/rc tags.
6464
release = 'latest'
6565

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

0 commit comments

Comments
 (0)