Skip to content

Commit 515c815

Browse files
authored
Build 309 (#2485)
1 parent ac1ec39 commit 515c815

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGES.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ 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 309, as yet unreleased
15-
--------------------------------------
16-
14+
Build 309, released 2025/03/09
15+
------------------------------
1716
## pywin32
1817
* Added support for relative path for `pywin32_postinstall`'s `-destination` argument (#2454, @Avasam)
1918
* The postinstall script is now available as a console script. You can invoke it in one of two new methods: (#2408, @Avasam)

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