[Checkins] SVN: zope.cachedescriptors/trunk/s - updated version to next release

Christian Theune ct at gocept.com
Thu May 3 12:31:16 EDT 2007


Log message for revision 75059:
   - updated version to next release
   - removed external
  

Changed:
  U   zope.cachedescriptors/trunk/setup.py
  _U  zope.cachedescriptors/trunk/src/zope/

-=-
Modified: zope.cachedescriptors/trunk/setup.py
===================================================================
--- zope.cachedescriptors/trunk/setup.py	2007-05-03 16:27:06 UTC (rev 75058)
+++ zope.cachedescriptors/trunk/setup.py	2007-05-03 16:31:16 UTC (rev 75059)
@@ -21,7 +21,7 @@
 from setuptools import setup, find_packages
 
 setup(name='zope.cachedescriptors',
-      version='3.4dev',
+      version='3.4.0b1',
       url='http://svn.zope.org/zope.cachedescriptors',
       license='ZPL 2.1',
       description='Zope3 Cached Descriptors',
@@ -31,7 +31,7 @@
                        'into account instance attributes that they depend on, '
                        'so when the instance attributes change, the '
                        'descriptors will change the values they return.',
-      
+
       packages=find_packages('src'),
       package_dir = {'': 'src'},
 


Property changes on: zope.cachedescriptors/trunk/src/zope
___________________________________________________________________
Name: svn:externals
   - cachedescriptors svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/cachedescriptors

   + 




More information about the Checkins mailing list