File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ History:
2
2
3
3
<see Git checking messages for history>
4
4
5
+ 6.0.1 2020/xx/xx
6
+ - :heart: contributors: @
7
+
5
8
6.0.0 2020/06/30
6
9
- removed usage of deprecated "license_file" option for "license_files"
7
10
- fixed flake8 usage in pre-commit
8
11
- the module is now available on conda (closes #170)
9
12
- MSS: the implementation is now thread-safe on all OSes (fixes #169)
10
13
- Linux: better handling of the Xrandr extension (fixes #168)
11
14
- tests: fixed a random bug on test_grab_with_tuple_percents() (fixes #142)
12
- - :heart: contributors: @
13
15
14
16
5.1.0 2020/04/30
15
17
- produce wheels for Python 3 only
Original file line number Diff line number Diff line change
1
+ 6.0.1 (2020-xx-xx)
2
+ ==================
3
+
4
+
5
+
6
+
1
7
6.0.0 (2020-06-30)
2
8
==================
3
9
Original file line number Diff line number Diff line change 27
27
# built documents.
28
28
#
29
29
# The short X.Y version.
30
- version = "6.0.0 "
30
+ version = "6.0.1 "
31
31
32
32
# The full version, including alpha/beta/rc tags.
33
33
release = "latest"
Original file line number Diff line number Diff line change 12
12
from .exception import ScreenShotError
13
13
from .factory import mss
14
14
15
- __version__ = "6.0.0 "
15
+ __version__ = "6.0.1 "
16
16
__author__ = "Mickaël 'Tiger-222' Schoentgen"
17
17
__copyright__ = """
18
18
Copyright (c) 2013-2020, Mickaël 'Tiger-222' Schoentgen
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = mss
3
- version = 6.0.0
3
+ version = 6.0.1
4
4
author = Mickaël ' Tiger-222' Schoentgen
5
5
6
6
description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
You can’t perform that action at this time.
0 commit comments