Skip to content

Commit 52628af

Browse files
committed
Build 305
1 parent 5e67913 commit 52628af

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ 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 305, as yet unreleased
14+
Coming in build 306, as yet unreleased
1515
--------------------------------------
16+
17+
Build 305, released 2022-11-06
18+
------------------------------
1619
* Installation .exe files were deprecated.
1720

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

25+
* odbc: Handle `varchar(max)`/`nvarchar(max)` column sizes (#1954)
26+
2227
* win32api.GetTickCount() now returns an unsigned 64bit integer (@kxrob, #1946)
2328

2429
* win32pipe.GetNamedPipeHandleState() now takes a 3rd optional param

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build_id = "304.1" # may optionally include a ".{patchno}" suffix.
1+
build_id = "305" # 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)