[Checkins] SVN: RestrictedPython/trunk/ Prepare RestrictedPython 3.6.0a1.

Hanno Schlichting hannosch at hannosch.eu
Sat Jun 5 12:36:11 EDT 2010


Log message for revision 113155:
  Prepare RestrictedPython 3.6.0a1.

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

-=-
Modified: RestrictedPython/trunk/CHANGES.txt
===================================================================
--- RestrictedPython/trunk/CHANGES.txt	2010-06-05 16:35:03 UTC (rev 113154)
+++ RestrictedPython/trunk/CHANGES.txt	2010-06-05 16:36:11 UTC (rev 113155)
@@ -1,8 +1,8 @@
 Changes
 =======
 
-3.6.0 (unreleased)
-------------------
+3.6.0a1 (2010-06-05)
+--------------------
 
 - Removed support for DocumentTemplate.sequence - this is handled in the
   DocumentTemplate package itself.

Modified: RestrictedPython/trunk/setup.py
===================================================================
--- RestrictedPython/trunk/setup.py	2010-06-05 16:35:03 UTC (rev 113154)
+++ RestrictedPython/trunk/setup.py	2010-06-05 16:36:11 UTC (rev 113155)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='RestrictedPython',
-      version='3.5.3dev',
+      version='3.6.0a1',
       url='http://pypi.python.org/pypi/RestrictedPython',
       license='ZPL 2.1',
       description='RestrictedPython provides a restricted execution '



More information about the checkins mailing list