Skip to content

Commit

Permalink
Build 306
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammond committed Mar 25, 2023
1 parent e5cfbb6 commit bff5b3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Expand Up @@ -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 306, as yet unreleased
Coming in build 307, as yet unreleased
--------------------------------------

Build 306, released 2023-03-26
------------------------------
* Add GetSystemPowerStatus (#2010, @CristiFati)

* Add CascadeWindows (#1999, @CristiFati)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -108,11 +108,12 @@ configuration, please [open an issue](https://github.com/mhammond/pywin32/issues
The following steps are performed when making a new release - this is mainly
to form a checklist so mhammond doesn't forget what to do :)

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

* Update setup.py with the new build number.

* Execute build.bat, wait forever, test the artifacts.
* Execute `make.bat`, wait forever, test the artifacts.

* Upload .whl artifacts to pypi - we do this before pushing the tag because they might be
rejected for an invalid `README.md`. Done via `py -3.? -m twine upload dist/*XXX*.whl`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
build_id = "305.1" # may optionally include a ".{patchno}" suffix.
build_id = "306" # may optionally include a ".{patchno}" suffix.

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

0 comments on commit bff5b3a

Please sign in to comment.