Skip to content

Commit

Permalink
Build 228
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammond committed Jun 13, 2020
1 parent 45c4414 commit 40a8f25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Expand Up @@ -4,8 +4,16 @@ Generally created by hand after running:
hg log -rb2xx: > log.out
However contributors are encouraged to add their own entries for their work.

Note that, baring some major issue building and cutting the release, build
228 will be the last version supporting Python 2.

So long, Python 2, you served us well!

Since build 227:
----------------
* Support for for win32evtlog.EvtFormatMessage and EvtCreateRenderContext
(#1308)

* Support more elements in the SECURITY_LOGON_SESSION_DATA struct
returned by win32security.LsaGetLogonSession (#1515)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from __future__ import print_function

build_id="227.1" # may optionally include a ".{patchno}" suffix.
build_id="228" # may optionally include a ".{patchno}" suffix.
# Putting build_id at the top prevents automatic __doc__ assignment, and
# I *want* the build number at the top :)
__doc__="""This is a distutils setup-script for the pywin32 extensions
Expand Down

1 comment on commit 40a8f25

@demon017
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.