Skip to content

Commit e0a67da

Browse files
committed
Build 225
1 parent 0f26e93 commit e0a67da

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.txt

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ However contributors are encouraged to add their own entries for their work.
66

77
Since build 224:
88
----------------
9+
* Huge shout-out to @thopiekar for helping with github triage, getting CI
10+
working and sane, and other general help and patches!
11+
12+
* Significant work by @joankaradimov in porting pywin32 so that it works in a
13+
MingGW/msys2 environment.
14+
15+
* ntsecuritycon.FILE_ALL_ACCESS had an incorrect value (#1354)
16+
17+
* SetSecurityDescriptorGroup now accepts None as group value (#1382)
18+
19+
* Fix an issue where win32gui.EnumChildWindows may throw a spurious exception.
20+
(#1350)
21+
922
* Better support for numpy objects in COM methods (#1388, @panikc and
1023
@SReicheltPTV)
1124

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import print_function
22

3-
build_id="224" # may optionally include a ".{patchno}" suffix.
3+
build_id="225" # may optionally include a ".{patchno}" suffix.
44
# Putting build_id at the top prevents automatic __doc__ assignment, and
55
# I *want* the build number at the top :)
66
__doc__="""This is a distutils setup-script for the pywin32 extensions

0 commit comments

Comments
 (0)