[Checkins] SVN: ExtensionClass/tags/2.11.0b1/s Adjust version number and externals to match 2.11.0b1 release.

Philipp von Weitershausen philikon at philikon.de
Sun Jan 6 14:24:03 EST 2008


Log message for revision 82704:
  Adjust version number and externals to match 2.11.0b1 release.

Changed:
  U   ExtensionClass/tags/2.11.0b1/setup.py
  _U  ExtensionClass/tags/2.11.0b1/src/

-=-
Modified: ExtensionClass/tags/2.11.0b1/setup.py
===================================================================
--- ExtensionClass/tags/2.11.0b1/setup.py	2008-01-06 19:20:23 UTC (rev 82703)
+++ ExtensionClass/tags/2.11.0b1/setup.py	2008-01-06 19:24:03 UTC (rev 82704)
@@ -17,7 +17,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='ExtensionClass',
-      version = '2.11.0dev',
+      version = '2.11.0b1',
       url='http://cheeseshop.python.org/pypi/ExtensionClass',
       license='ZPL 2.1',
       description='Metaclass for subclassable extension types',


Property changes on: ExtensionClass/tags/2.11.0b1/src
___________________________________________________________________
Name: svn:externals
   - ExtensionClass		svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ExtensionClass
ComputedAttribute	svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ComputedAttribute
MethodObject		svn://svn.zope.org/repos/main/Zope/trunk/lib/python/MethodObject

   + ExtensionClass		svn://svn.zope.org/repos/main/Zope/tags/2.11.0b1/lib/python/ExtensionClass
ComputedAttribute	svn://svn.zope.org/repos/main/Zope/tags/2.11.0b1/lib/python/ComputedAttribute
MethodObject		svn://svn.zope.org/repos/main/Zope/tags/2.11.0b1/lib/python/MethodObject




More information about the Checkins mailing list