]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adds UUIDs for 2.7.10
authorSteve Dower <steve.dower@microsoft.com>
Mon, 11 May 2015 02:06:07 +0000 (19:06 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 11 May 2015 02:06:07 +0000 (19:06 -0700)
Tools/msi/uuids.py

index d8c426a3db1beec28887c2618d4e47462eceb701..07a4ef1cdd28c314c7a2f25b1dcaf1ea10a443c1 100644 (file)
@@ -68,4 +68,6 @@ product_codes = {
     '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
 }