Skip to content

Commit 69655e6

Browse files
committed
doc: tweak
1 parent cb7f814 commit 69655e6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
See Git checking messages for full history.
44

5-
## 8.0.4-dev (2023/xx/xx)
6-
-
5+
## 8.0.4 (2023/xx/xx)
6+
- Linux: add failure handling to `XOpenDisplay()` call (#247)
7+
- CI: run tests via xvfb-run on GitHub Actions (#248)
8+
- tests: Use `PyVirtualDisplay` instead of `xvfbwrapper` (#249)
9+
- :heart: contributors: @mgorny
710

811
## 8.0.3 (2023/04/15)
912
- added support for Python 3.12

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# built documents.
2828
#
2929
# The short X.Y version.
30-
version = "8.0.4-dev"
30+
version = "8.0.4"
3131

3232
# The full version, including alpha/beta/rc tags.
3333
release = "latest"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mss
3-
version = 8.0.4-dev
3+
version = 8.0.4
44
author = Mickaël 'Tiger-222' Schoentgen
55
author_email = [email protected]
66
description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.

0 commit comments

Comments
 (0)