[Checkins] SVN: RestrictedPython/trunk/ Bump version

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 13:09:59 EDT 2010


Log message for revision 111652:
  Bump version

Changed:
  U   RestrictedPython/trunk/CHANGES.txt
  U   RestrictedPython/trunk/setup.py

-=-
Modified: RestrictedPython/trunk/CHANGES.txt
===================================================================
--- RestrictedPython/trunk/CHANGES.txt	2010-04-30 17:09:28 UTC (rev 111651)
+++ RestrictedPython/trunk/CHANGES.txt	2010-04-30 17:09:59 UTC (rev 111652)
@@ -1,6 +1,10 @@
 Changes
 =======
 
+3.5.3 (unreleased)
+------------------
+
+
 3.5.2 (2010-04-30)
 ------------------
 

Modified: RestrictedPython/trunk/setup.py
===================================================================
--- RestrictedPython/trunk/setup.py	2010-04-30 17:09:28 UTC (rev 111651)
+++ RestrictedPython/trunk/setup.py	2010-04-30 17:09:59 UTC (rev 111652)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='RestrictedPython',
-      version='3.5.2',
+      version='3.5.3dev',
       url='http://pypi.python.org/pypi/RestrictedPython',
       license='ZPL 2.1',
       description='RestrictedPython provides a restricted execution '



More information about the checkins mailing list