Skip to content

Commit 5282908

Browse files
committed
Bump the version to 5.1.1
1 parent 7de27cd commit 5282908

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ History:
22

33
<see Git checking messages for history>
44

5+
5.1.1 2020/xx/xx
6+
-
7+
- :heart: contributors: @
8+
59
5.1.0 2020/04/30
610
- produce wheels for Python 3 only
711
- MSS: renamed again MSSMixin to MSSBase, now derived from abc.ABCMeta

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.1.1 (2020-xx-xx)
2+
==================
3+
4+
5+
6+
17
5.1.0 (2020-04-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 = "5.1.0"
30+
version = "5.1.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__ = "5.1.0"
15+
__version__ = "5.1.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 = 5.1.0
3+
version = 5.1.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)