[pywin32-checkins] /hgroot/pywin32/pywin32: 2 new changesets
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <pyw...@li...> - 2014-05-04 05:30:23
|
changeset f19c8ec6fa35 in /hgroot/pywin32/pywin32 details: http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/hgroot/pywin32/pywin32?cmd=changeset;node=f19c8ec6fa35 summary: Build 219 changeset 54ff1deffcbf in /hgroot/pywin32/pywin32 details: http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/hgroot/pywin32/pywin32?cmd=changeset;node=54ff1deffcbf summary: Bump version to 219.5 diffstat: .hgtags | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diffs (17 lines): diff -r 713ac73c22e5 -r 54ff1deffcbf .hgtags --- a/.hgtags Sat May 03 17:32:59 2014 +1000 +++ b/.hgtags Sun May 04 15:29:59 2014 +1000 @@ -51,3 +51,4 @@ ed400a27739ff3ff7a850e69f574a1ad66de6c5e b218 e97376eb14b6d95e79e01e1bf68ef8427bcbafdc b218.3 2d79b6bd94bc145f7f5a6e1c63d626737fc98e6c 218.5 +713ac73c22e54a9d727f2fa4803b8c8939b14966 b219 diff -r 713ac73c22e5 -r 54ff1deffcbf setup.py --- a/setup.py Sat May 03 17:32:59 2014 +1000 +++ b/setup.py Sun May 04 15:29:59 2014 +1000 @@ -1,4 +1,4 @@ -build_id="219" # may optionally include a ".{patchno}" suffix. +build_id="219.5" # 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 |