[Python-checkins] cpython (2.7): Add 2.7.2 UUIDs

benjamin.peterson python-checkins at python.org
Sun Jun 5 19:51:05 CEST 2011


http://hg.python.org/cpython/rev/f4dd7478dc35
changeset:   70648:f4dd7478dc35
branch:      2.7
parent:      70623:42fd2d1fc58d
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sun Jun 05 10:43:45 2011 +0200
summary:
  Add 2.7.2 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
@@ -53,4 +53,6 @@
     '2.7.1121':'{60a4036a-374c-4fd2-84b9-bfae7db03931}', # 2.7.1rc1
     '2.7.1122':'{5965e7d1-5584-4de9-b13a-694e0b2ee3a6}', # 2.7.1rc2
     '2.7.1150':'{32939827-d8e5-470a-b126-870db3c69fdf}', # 2.7.1
+    '2.7.2121':'{B2E1F06E-F719-4786-972A-488A336EB2A0}', # 2.7.2rc1
+    '2.7.2150':'{2E295B5B-1AD4-4d36-97C2-A316084722CF}', # 2.7.2
 }

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


More information about the Python-checkins mailing list