From a042e4f6551706e562f31a30867d7758e244c9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Sat, 15 Apr 2023 00:52:31 +0200 Subject: [PATCH] Version 8.0.3 --- CHANGELOG.md | 11 +++++------ CHANGES.md | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56e29d..b13ef35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,15 @@ See Git checking messages for full history. -## 8.0.3 (2023/xx/xx) +## 8.0.3 (2023/04/15) - added support for Python 3.12 -- dev: renamed the `master` branch to `main` -- dev: review the structure of the repository to fix packaging issues (#243) -- MSS: added PEP 561 compatible +- MSS: added PEP 561 compatibility - MSS: include more files in the sdist package (#240) -- MSS: remove `venv` files from the sdist package -- MSS: use markdown for the README, and changelogs - Linux: restore the original X error handler in `.close()` (#241) - Linux: fixed `XRRCrtcInfo.width`, and `XRRCrtcInfo.height`, C types +- doc: use markdown for the README, and changelogs +- dev: renamed the `master` branch to `main` +- dev: review the structure of the repository to fix/improve packaging issues (#243) - :heart: contributors: @mgorny, @relent95 ## 8.0.2 (2023/04/09) diff --git a/CHANGES.md b/CHANGES.md index 0411960..ff7d859 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Technical Changes -## 8.0.3 (2023-04-xx) +## 8.0.3 (2023-04-15) ### linux.py - Added `XErrorEvent` class (old `Event` class is just an alias now, and will be removed in v9.0.0)