[Checkins] SVN: zope.app.container/trunk/setup.py 3.5.0a2 has long been made, therefore bump version number so that trunk

Philipp von Weitershausen philikon at philikon.de
Mon Aug 20 03:52:43 EDT 2007


Log message for revision 79021:
  3.5.0a2 has long been made, therefore bump version number so that trunk
  represents the upcoming release.
  

Changed:
  U   zope.app.container/trunk/setup.py

-=-
Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2007-08-20 07:47:45 UTC (rev 79020)
+++ zope.app.container/trunk/setup.py	2007-08-20 07:52:43 UTC (rev 79021)
@@ -15,13 +15,11 @@
 
 $Id$
 """
-
 import os
-
 from setuptools import setup, find_packages, Extension
 
 setup(name='zope.app.container',
-      version = '3.5.0a1',
+      version = '3.5.0a2',
       url='http://svn.zope.org/zope.app.container',
       license='ZPL 2.1',
       description='Zope container',



More information about the Checkins mailing list