We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515c815 commit 53fcd1fCopy full SHA for 53fcd1f
2 files changed
CHANGES.txt
@@ -11,6 +11,9 @@ 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 310, as yet unreleased
15
+--------------------------------------
16
+
17
Build 309, released 2025/03/09
18
------------------------------
19
## pywin32
setup.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-build_id = "309" # may optionally include a ".{patchno}" suffix.
+build_id = "309.1" # may optionally include a ".{patchno}" suffix.
4
5
__doc__ = """This is a distutils setup-script for the pywin32 extensions.
6
0 commit comments