Skip to content

Commit

Permalink
Build 305
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammond committed Nov 6, 2022
1 parent 5e67913 commit 52628af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Expand Up @@ -11,14 +11,19 @@ or
As of build 305, installation .exe files have been deprecated; see
https://mhammond.github.io/pywin32_installers.html.

Coming in build 305, as yet unreleased
Coming in build 306, as yet unreleased
--------------------------------------

Build 305, released 2022-11-06
------------------------------
* Installation .exe files were deprecated.

* @kxrob put a lot of work towards removing use of the deprecated Unicode
API so we can build on Python 3.12. This should be largely invisible, but
please report any unintended consequences.

* odbc: Handle `varchar(max)`/`nvarchar(max)` column sizes (#1954)

* win32api.GetTickCount() now returns an unsigned 64bit integer (@kxrob, #1946)

* win32pipe.GetNamedPipeHandleState() now takes a 3rd optional param
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
build_id = "304.1" # may optionally include a ".{patchno}" suffix.
build_id = "305" # may optionally include a ".{patchno}" suffix.

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

0 comments on commit 52628af

Please sign in to comment.