Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Schoentgen committed Oct 31, 2020
1 parent f761b64 commit 5c0c4f6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ History:

<see Git checking messages for history>

6.0.1 2020/xx/xx
6.1.0 2020/10/31
- MSS: reworked how C functions are initialised
- Mac: reduce the number of function calls
- Mac: support macOS Big Sur (fixes #178)
- tests: expand Python versions to 3.9 and 3.10
- tests: fix macOS intepreter not found on Travis-CI
- tests: fix test_entry_point() when there are several monitors
- :heart: contributors: @

6.0.0 2020/06/30
- removed usage of deprecated "license_file" option for "license_files"
Expand Down
14 changes: 13 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
6.0.1 (2020-xx-xx)
6.1.0 (2020-10-31)
==================

darwin.py
---------
- Added ``CFUNCTIONS``

linux.py
--------
- Added ``CFUNCTIONS``

windows.py
----------
- Added ``CFUNCTIONS``
- Added ``MONITORNUMPROC``
- Removed ``MSS.monitorenumproc``. Use ``MONITORNUMPROC`` instead.


6.0.0 (2020-06-30)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# built documents.
#
# The short X.Y version.
version = "6.0.1"
version = "6.1.0"

# The full version, including alpha/beta/rc tags.
release = "latest"
Expand Down
2 changes: 1 addition & 1 deletion mss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .exception import ScreenShotError
from .factory import mss

__version__ = "6.0.1"
__version__ = "6.1.0"
__author__ = "Mickaël 'Tiger-222' Schoentgen"
__copyright__ = """
Copyright (c) 2013-2020, Mickaël 'Tiger-222' Schoentgen
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mss
version = 6.0.1
version = 6.1.0
author = Mickaël 'Tiger-222' Schoentgen
author-email = [email protected]
description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
Expand Down

0 comments on commit 5c0c4f6

Please sign in to comment.