[Checkins] SVN: zope.interface/branches/3.3/setup.py Updated release no for final.

Jim Fulton jim at zope.com
Mon Jan 8 11:15:35 EST 2007


Log message for revision 71814:
  Updated release no for final.
  

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-08 16:01:59 UTC (rev 71813)
+++ zope.interface/branches/3.3/setup.py	2007-01-08 16:15:34 UTC (rev 71814)
@@ -46,7 +46,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.interface',
-      version='3.3.0b2',
+      version='3.3.0',
       url='http://www.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Zope 3 Interface Infrastructure',



More information about the Checkins mailing list