Skip to content

Commit 842fbef

Browse files
committed
Build 307
1 parent 8aa22c7 commit 842fbef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ 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 307, as yet unreleased
14+
Coming in build 308, as yet unreleased
1515
--------------------------------------
16+
17+
Build 307, released 2024-10-04
18+
------------------------------
1619
### Release process changes
1720

1821
pywin32 is now released from artifacts created by Github actions, whereas previously they were

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 = "306" # may optionally include a ".{patchno}" suffix.
3+
build_id = "307" # 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)