Skip to content

Commit 7f69d87

Browse files
committed
Bump the version to 6.0.1
1 parent e36db0a commit 7f69d87

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ History:
22

33
<see Git checking messages for history>
44

5+
6.0.1 2020/xx/xx
6+
- :heart: contributors: @
7+
58
6.0.0 2020/06/30
69
- removed usage of deprecated "license_file" option for "license_files"
710
- fixed flake8 usage in pre-commit
811
- the module is now available on conda (closes #170)
912
- MSS: the implementation is now thread-safe on all OSes (fixes #169)
1013
- Linux: better handling of the Xrandr extension (fixes #168)
1114
- tests: fixed a random bug on test_grab_with_tuple_percents() (fixes #142)
12-
- :heart: contributors: @
1315

1416
5.1.0 2020/04/30
1517
- produce wheels for Python 3 only

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
6.0.1 (2020-xx-xx)
2+
==================
3+
4+
5+
6+
17
6.0.0 (2020-06-30)
28
==================
39

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# built documents.
2828
#
2929
# The short X.Y version.
30-
version = "6.0.0"
30+
version = "6.0.1"
3131

3232
# The full version, including alpha/beta/rc tags.
3333
release = "latest"

mss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .exception import ScreenShotError
1313
from .factory import mss
1414

15-
__version__ = "6.0.0"
15+
__version__ = "6.0.1"
1616
__author__ = "Mickaël 'Tiger-222' Schoentgen"
1717
__copyright__ = """
1818
Copyright (c) 2013-2020, 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 = 6.0.0
3+
version = 6.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)