Skip to content

Commit 361195d

Browse files
authored
Build 310 (#2497)
1 parent c5a30d2 commit 361195d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ or
1111
As of build 305, installation .exe files have been deprecated; see
1212
https://mhammond.github.io/pywin32_installers.html .
1313

14-
Coming in build 310, as yet unreleased
14+
Coming in build 311, as yet unreleased
1515
--------------------------------------
16+
17+
Build 310, released 2025/03/16
18+
------------------------------
1619
* Fixed a regression where `win32com.client.DispatchWithEvents` and win32com.client.WithEvents` would throw a `TypeError` on the second call (#2491, @Avasam)
17-
* Dropped support for Vista, set Windows 7 as the minimal Windows version. (#2487, @Avasam)
18-
* Restored many IIDs in `win32com(ext).shell.shell`. See #2486 for details. (#2487, @Avasam)
20+
* Fixed regresion causing `win32com.shell.shell` to be missing a number of `IID`s. (#2487, @Avasam)
21+
* As part of the above, Windows 7 is now minimum supported.
1922

2023
Build 309, released 2025/03/09
2124
------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
build_id = "309.1" # may optionally include a ".{patchno}" suffix.
3+
build_id = "310" # may optionally include a ".{patchno}" suffix.
44

55
__doc__ = """This is a distutils setup-script for the pywin32 extensions.
66

0 commit comments

Comments
 (0)