File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44
55dev 2017/xx/xx
66
7+ 3.0.1 2017/07/06
8+ - fix examples links
79
8103.0.0 2017/07/06
911 - big refactor, introducing the ScreenShot class
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ An ultra fast cross-platform multiple screenshots module in pure python using ct
2323- integrate well with Numpy and OpenCV;
2424- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;
2525- get the `source code on GitHub <https://github.com/BoboTiG/python-mss >`_;
26- - learn with a `bunch of examples <https://github.com/BoboTiG/ python-mss/tree/master /examples >`_;
26+ - learn with a `bunch of examples <https://python-mss.readthedocs.io/en/dev /examples.html >`_;
2727- you can `report a bug <https://github.com/BoboTiG/python-mss/issues >`_;
2828- and there is a `complete, and beautiful, documentation <https://python-mss.readthedocs.io >`_ :)
2929- **MSS ** stands for Multiple ScreenShots;
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = '3.0.0 '
62+ version = '3.0.1 '
6363# The full version, including alpha/beta/rc tags.
6464release = 'latest'
6565
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ An ultra fast cross-platform multiple screenshots module in pure python using ct
1919 - integrate well with Numpy and OpenCV;
2020 - it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;
2121 - get the `source code on GitHub <https://github.com/BoboTiG/python-mss >`_;
22- - learn with a `bunch of examples <https://github.com/BoboTiG/ python-mss/tree/master /examples >`_;
22+ - learn with a `bunch of examples <https://python-mss.readthedocs.io/en/dev /examples.html >`_;
2323 - you can `report a bug <https://github.com/BoboTiG/python-mss/issues >`_;
2424 - **MSS ** stands for Multiple ScreenShots;
2525
Original file line number Diff line number Diff line change 1313from .exception import ScreenShotError
1414from .factory import mss
1515
16- __version__ = '3.0.0 '
16+ __version__ = '3.0.1 '
1717__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818__copyright__ = """
1919 Copyright (c) 2013-2017, Mickaël 'Tiger-222' Schoentgen
You can’t perform that action at this time.
0 commit comments