Skip to content

Commit 40a8f25

Browse files
committed
Build 228
1 parent 45c4414 commit 40a8f25

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ Generally created by hand after running:
44
hg log -rb2xx: > log.out
55
However contributors are encouraged to add their own entries for their work.
66

7+
Note that, baring some major issue building and cutting the release, build
8+
228 will be the last version supporting Python 2.
9+
10+
So long, Python 2, you served us well!
11+
712
Since build 227:
813
----------------
14+
* Support for for win32evtlog.EvtFormatMessage and EvtCreateRenderContext
15+
(#1308)
16+
917
* Support more elements in the SECURITY_LOGON_SESSION_DATA struct
1018
returned by win32security.LsaGetLogonSession (#1515)
1119

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import print_function
22

3-
build_id="227.1" # may optionally include a ".{patchno}" suffix.
3+
build_id="228" # 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)