Skip to content

Commit 53fcd1f

Browse files
committed
Build 309.1
1 parent 515c815 commit 53fcd1f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ 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
15+
--------------------------------------
16+
1417
Build 309, released 2025/03/09
1518
------------------------------
1619
## pywin32

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

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