Skip to content

Commit bff5b3a

Browse files
committed
Build 306
1 parent e5cfbb6 commit bff5b3a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +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 306, as yet unreleased
14+
Coming in build 307, as yet unreleased
1515
--------------------------------------
16+
17+
Build 306, released 2023-03-26
18+
------------------------------
1619
* Add GetSystemPowerStatus (#2010, @CristiFati)
1720

1821
* Add CascadeWindows (#1999, @CristiFati)

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ configuration, please [open an issue](https://github.com/mhammond/pywin32/issues
108108
The following steps are performed when making a new release - this is mainly
109109
to form a checklist so mhammond doesn't forget what to do :)
110110

111-
* Ensure CHANGES.txt has everything worth noting, commit it.
111+
* Ensure CHANGES.txt has everything worth noting. Update the header to reflect
112+
the about-to-be released build and date, commit it.
112113

113114
* Update setup.py with the new build number.
114115

115-
* Execute build.bat, wait forever, test the artifacts.
116+
* Execute `make.bat`, wait forever, test the artifacts.
116117

117118
* Upload .whl artifacts to pypi - we do this before pushing the tag because they might be
118119
rejected for an invalid `README.md`. Done via `py -3.? -m twine upload dist/*XXX*.whl`.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build_id = "305.1" # may optionally include a ".{patchno}" suffix.
1+
build_id = "306" # may optionally include a ".{patchno}" suffix.
22

33
__doc__ = """This is a distutils setup-script for the pywin32 extensions.
44

0 commit comments

Comments
 (0)