diff --git a/CHANGES.txt b/CHANGES.txt index 73fd917f1..fd800ca29 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,8 +11,11 @@ or As of build 305, installation .exe files have been deprecated; see https://mhammond.github.io/pywin32_installers.html. -Coming in build 307, as yet unreleased +Coming in build 308, as yet unreleased -------------------------------------- + +Build 307, released 2024-10-04 +------------------------------ ### Release process changes pywin32 is now released from artifacts created by Github actions, whereas previously they were diff --git a/setup.py b/setup.py index 6ce1ed77d..37d536a68 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from __future__ import annotations -build_id = "306" # may optionally include a ".{patchno}" suffix. +build_id = "307" # may optionally include a ".{patchno}" suffix. __doc__ = """This is a distutils setup-script for the pywin32 extensions.