[Zope-Checkins] SVN: Zope/branches/2.12/inst/generate_index.py Adjust some release scripts

Hanno Schlichting hannosch at hannosch.eu
Mon Apr 5 14:57:19 EDT 2010


Log message for revision 110507:
  Adjust some release scripts
  

Changed:
  U   Zope/branches/2.12/inst/generate_index.py

-=-
Modified: Zope/branches/2.12/inst/generate_index.py
===================================================================
--- Zope/branches/2.12/inst/generate_index.py	2010-04-05 17:32:37 UTC (rev 110506)
+++ Zope/branches/2.12/inst/generate_index.py	2010-04-05 18:57:19 UTC (rev 110507)
@@ -11,8 +11,9 @@
 from ConfigParser import RawConfigParser as ConfigParser
 
 # packages containing upper-case letters
-upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG', 
-               'Acquisition', 'DateTime', 'ExtensionClass', 'Persistence')
+upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG',
+               'Acquisition', 'DateTime', 'ExtensionClass', 'Persistence',
+               'ZopeUndo', )
 
 def write_index(package, version):
     print >>sys.stderr, 'Package %s==%s' % (package, version)
@@ -49,7 +50,7 @@
 links = list()
 dirname = sys.argv[1]
 
-write_index('Zope2', '2.12.0a3')
+write_index('Zope2', '2.12.3')
 
 for package in CP.options('versions'):
 



More information about the Zope-Checkins mailing list