[Python-checkins] cpython (2.7): Adds UUIDs for 2.7.10

steve.dower python-checkins at python.org
Mon May 11 04:14:42 CEST 2015


https://hg.python.org/cpython/rev/5c29bbcad278
changeset:   95947:5c29bbcad278
branch:      2.7
parent:      95944:240fc7d2526b
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sun May 10 19:06:07 2015 -0700
summary:
  Adds UUIDs for 2.7.10

files:
  Tools/msi/uuids.py |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -68,4 +68,6 @@
     '2.7.8150':'{61121B12-88BD-4261-A6EE-AB32610A56DD}', # 2.7.8
     '2.7.9121':'{AAB1E8FF-6D00-4409-8F13-BE365AB92FFE}', # 2.7.9rc1
     '2.7.9150':'{79F081BF-7454-43DB-BD8F-9EE596813232}', # 2.7.9
+    '2.7.10121':'{872BE558-2E5F-4E9C-A42D-8561FA43811C}', # 2.7.10rc1
+    '2.7.10150':'{E2B51919-207A-43EB-AE78-733F9C6797C2}', # 2.7.10
 }

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list