Skip to content

Commit 8578330

Browse files
authored
Build 308 (#2391)
1 parent 4f212e1 commit 8578330

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +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 308, as yet unreleased
14+
Coming in build 309, as yet unreleased
1515
--------------------------------------
1616

17+
Build 308, released 2024-10-12
18+
------------------------------
1719
* Fix Pythonwin displaying syntax errors in Python 3.13 (#2393)
1820
* Allowed installs from source w/o having pywin32 pre-installed (for instance, from GitHub) (#2349, @Avasam)
1921
* Restored version stamping of installed DLLs (#2349, @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 = "307.1" # may optionally include a ".{patchno}" suffix.
3+
build_id = "308" # 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)