From 64dd6f3698df6f7b274a37a47ab8b33607b16f7e Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Mon, 26 Feb 2018 10:57:01 +1100 Subject: [PATCH] Bump to version 223 --- CHANGES.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f6ce64f32..5ca44f639 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Generally created by hand after running: hg log -rb2xx: > log.out However contributors are encouraged to add their own entries for their work. +Since build 223: +---------------- + Since build 222: ---------------- * pywin32.pth now arranges for the pywin32_system32 directory to be on diff --git a/setup.py b/setup.py index 3799d4276..9f3dc4977 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -build_id="222.1" # may optionally include a ".{patchno}" suffix. +build_id="223" # may optionally include a ".{patchno}" suffix. # Putting buildno 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