Skip to content

Commit b7f4d62

Browse files
committed
feat: release 10.2.0
1 parent 2da8ec1 commit b7f4d62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/release-history/v10.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is **version 10.2.0 of Python-MSS**, the ultra-fast cross-platform multiple screenshots module.
44

5-
Release date: 2026-04-xx
5+
Release date: 2026-04-23
66

77
This release lays the groundwork for upcoming improvements planned for **MSS 11.0**, while remaining fully backward-compatible. It also improves **performance, reliability, and multithreaded behavior**, and introduces several new features for working with multi-monitor systems.
88

src/mss/__init__.py

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

14-
__version__ = "10.2.0.dev0"
14+
__version__ = "10.2.0"
1515
__author__ = "Mickaël Schoentgen"
1616
__date__ = "2013-2026"
1717
__copyright__ = f"""

0 commit comments

Comments
 (0)