Commit c0d7086c authored by Hanno Schlichting's avatar Hanno Schlichting

Update release script with new package names introduced in 2.13

parent 5c9e1db9
......@@ -13,7 +13,7 @@ from ConfigParser import RawConfigParser as ConfigParser
# packages containing upper-case letters
upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG',
'Acquisition', 'DateTime', 'ExtensionClass', 'Persistence',
'ZopeUndo', )
'ZopeUndo', 'Missing', 'MultiMapping', 'Record', 'ThreadLock', )
def write_index(package, version):
print >>sys.stderr, 'Package %s==%s' % (package, version)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment