[Checkins] SVN: Products.QueueCatalog/trunk/ updated

Andreas Jung andreas at andreas-jung.com
Tue May 13 06:53:51 EDT 2008


Log message for revision 86696:
  updated
  

Changed:
  U   Products.QueueCatalog/trunk/Products/QueueCatalog/version.txt
  U   Products.QueueCatalog/trunk/setup.py

-=-
Modified: Products.QueueCatalog/trunk/Products/QueueCatalog/version.txt
===================================================================
--- Products.QueueCatalog/trunk/Products/QueueCatalog/version.txt	2008-05-13 10:50:19 UTC (rev 86695)
+++ Products.QueueCatalog/trunk/Products/QueueCatalog/version.txt	2008-05-13 10:53:50 UTC (rev 86696)
@@ -1 +1 @@
-1.5
+1.5.0

Modified: Products.QueueCatalog/trunk/setup.py
===================================================================
--- Products.QueueCatalog/trunk/setup.py	2008-05-13 10:50:19 UTC (rev 86695)
+++ Products.QueueCatalog/trunk/setup.py	2008-05-13 10:53:50 UTC (rev 86696)
@@ -8,8 +8,10 @@
     'Framework :: Zope2',
 ]
 
-version = '1.5'
 
+long_description = open(os.path.join('Products', 'QueueCatalog', 'README.txt')).read()
+version = open(os.path.join('Products', 'QueueCatalog', 'version.txt')).read().strip()
+
 setup(name='Products.QueueCatalog',
       version=version,
       license='ZPL (see LICENSE.txt)',



More information about the Checkins mailing list