From 40a8f25a8043a9b9084a80d51b3e516ac4781553 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Sat, 13 Jun 2020 15:39:03 +1000 Subject: [PATCH] Build 228 --- CHANGES.txt | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8a4b6dea2..ab2edfbd3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) diff --git a/setup.py b/setup.py index cc518b191..dffe09686 100644 --- a/setup.py +++ b/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