Skip to content

Commit

Permalink
Build 308 (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammond authored Oct 12, 2024
1 parent 4f212e1 commit 8578330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ or
As of build 305, installation .exe files have been deprecated; see
https://mhammond.github.io/pywin32_installers.html.

Coming in build 308, as yet unreleased
Coming in build 309, as yet unreleased
--------------------------------------

Build 308, released 2024-10-12
------------------------------
* Fix Pythonwin displaying syntax errors in Python 3.13 (#2393)
* Allowed installs from source w/o having pywin32 pre-installed (for instance, from GitHub) (#2349, @Avasam)
* Restored version stamping of installed DLLs (#2349, @Avasam)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

build_id = "307.1" # may optionally include a ".{patchno}" suffix.
build_id = "308" # may optionally include a ".{patchno}" suffix.

__doc__ = """This is a distutils setup-script for the pywin32 extensions.
Expand Down

0 comments on commit 8578330

Please sign in to comment.