File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff 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+
595.1.0 2020/04/30
610 - produce wheels for Python 3 only
711 - MSS: renamed again MSSMixin to MSSBase, now derived from abc.ABCMeta
Original file line number Diff line number Diff line change 1+ 5.1.1 (2020-xx-xx)
2+ ==================
3+
4+
5+
6+
175.1.0 (2020-04-30)
28==================
39
Original file line number Diff line number Diff line change 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.
3333release = "latest"
Original file line number Diff line number Diff line change 1212from .exception import ScreenShotError
1313from .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
Original file line number Diff line number Diff line change 11[metadata]
22name = mss
3- version = 5.1.0
3+ version = 5.1.1
44author = Mickaël ' Tiger-222' Schoentgen
55author-email = contact@tiger-222.fr
66description = 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