[Python-checkins] cpython (3.2): Add 3.2.1 UUIDs

georg.brandl python-checkins at python.org
Sat May 21 17:36:29 CEST 2011


http://hg.python.org/cpython/rev/ecda704915ef
changeset:   70251:ecda704915ef
branch:      3.2
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Mon May 16 07:56:32 2011 +0200
summary:
  Add 3.2.1 UUIDs

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
@@ -87,4 +87,6 @@
     '3.2.122' :'{4f3edfa6-cf70-469a-825f-e1206aa7f412}', # 3.2rc2
     '3.2.123' :'{90c673d7-8cfd-4969-9816-f7d70bad87f3}', # 3.2rc3
     '3.2.150' :'{b2042d5e-986d-44ec-aee3-afe4108ccc93}', # 3.2.0
+    '3.2.1121':'{4f90de4a-83dd-4443-b625-ca130ff361dd}', # 3.2.1rc1
+    '3.2.1150':'{34b2530c-6349-4292-9dc3-60bda4aed93c}', # 3.2.1
 }

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


More information about the Python-checkins mailing list