We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa22c7 commit 842fbefCopy full SHA for 842fbef
CHANGES.txt
@@ -11,8 +11,11 @@ or
11
As of build 305, installation .exe files have been deprecated; see
12
https://mhammond.github.io/pywin32_installers.html.
13
14
-Coming in build 307, as yet unreleased
+Coming in build 308, as yet unreleased
15
--------------------------------------
16
+
17
+Build 307, released 2024-10-04
18
+------------------------------
19
### Release process changes
20
21
pywin32 is now released from artifacts created by Github actions, whereas previously they were
setup.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-build_id = "306" # may optionally include a ".{patchno}" suffix.
+build_id = "307" # may optionally include a ".{patchno}" suffix.
4
5
__doc__ = """This is a distutils setup-script for the pywin32 extensions.
6
0 commit comments