[Checkins] SVN: zope.interface/branches/3.3/setup.py Updated release info.

Jim Fulton jim at zope.com
Wed Jan 3 10:56:19 EST 2007


Log message for revision 71697:
  Updated release info.
  

Changed:
  U   zope.interface/branches/3.3/setup.py

-=-
Modified: zope.interface/branches/3.3/setup.py
===================================================================
--- zope.interface/branches/3.3/setup.py	2007-01-03 15:55:51 UTC (rev 71696)
+++ zope.interface/branches/3.3/setup.py	2007-01-03 15:56:19 UTC (rev 71697)
@@ -35,7 +35,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.interface',
-      version='3.3-dev',
+      version='3.3.0b1',
       url='http://www.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Zope 3 Interface Infrastructure',



More information about the Checkins mailing list