We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd8478 commit 64dd6f3Copy full SHA for 64dd6f3
CHANGES.txt
@@ -4,6 +4,9 @@ Generally created by hand after running:
4
hg log -rb2xx: > log.out
5
However contributors are encouraged to add their own entries for their work.
6
7
+Since build 223:
8
+----------------
9
+
10
Since build 222:
11
----------------
12
* pywin32.pth now arranges for the pywin32_system32 directory to be on
setup.py
@@ -1,4 +1,4 @@
1
-build_id="222.1" # may optionally include a ".{patchno}" suffix.
+build_id="223" # may optionally include a ".{patchno}" suffix.
2
# Putting buildno at the top prevents automatic __doc__ assignment, and
3
# I *want* the build number at the top :)
__doc__="""This is a distutils setup-script for the pywin32 extensions
0 commit comments