[Checkins] SVN: RestrictedPython/trunk/setup.py Bump version number on trunk after release

Philipp von Weitershausen philikon at philikon.de
Sat Jul 28 05:56:10 EDT 2007


Log message for revision 78419:
  Bump version number on trunk after release
  

Changed:
  U   RestrictedPython/trunk/setup.py

-=-
Modified: RestrictedPython/trunk/setup.py
===================================================================
--- RestrictedPython/trunk/setup.py	2007-07-28 09:53:50 UTC (rev 78418)
+++ RestrictedPython/trunk/setup.py	2007-07-28 09:56:09 UTC (rev 78419)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='RestrictedPython',
-      version='3.4.2',
+      version='3.4.3',
       url='http://cheeseshop.zope.org/pypi/RestrictedPython',
       license='ZPL 2.1',
       description='RestrictedPython provides a restricted execution '



More information about the Checkins mailing list