Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf781ca

Browse files
authored
Version 3.1.1
1 parent 048de3d commit cf781ca

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ History:
33
<see Git checking messages for history>
44

55
dev 2017/xx/xx
6+
7+
3.1.1 2017/11/27
8+
- MSS: add the 'mss' entry point
9+
10+
3.1.0 2017/11/16
11+
- new contributor: Karan Lyons
612
- add the 'Say Thanks' button
713
- doc: several fixes (fix #22)
814
- tests: a lot of tests added for better coverage
9-
- MSS: add the 'mss' entry point
1015
- MSS: add more way of customization to the output argument of save()
1116
- MSS: possibility to use custom class to handle screen shot data
1217
- Mac: properly support all display scaling and resolutions (fix #14, #19, #21, #23)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '3.1.0'
62+
version = '3.1.1'
6363
# The full version, including alpha/beta/rc tags.
6464
release = 'latest'
6565

docs/source/usage.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ A more specific example to only target GNU/Linux:
5252
Command line
5353
============
5454

55-
Since 3.1.0, an entry point was added and so you can use ``mss`` via the CLI:
55+
You can use ``mss`` via the CLI:
5656

5757
mss --help
5858

5959
Or via direct call from Python:
6060

6161
python -m mss --help
62+
63+
.. versionadded:: 3.1.1

mss/__init__.py

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

16-
__version__ = '3.1.0'
16+
__version__ = '3.1.1'
1717
__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818
__copyright__ = """
1919
Copyright (c) 2013-2017, Mickaël 'Tiger-222' Schoentgen

0 commit comments

Comments
 (0)