[Checkins] SVN: Products.PythonScripts/trunk/ vb

Hano Schlichting cvs-admin at zope.org
Sun Sep 9 10:41:03 UTC 2012


Log message for revision 127783:
  vb

Changed:
  U   Products.PythonScripts/trunk/CHANGES.txt
  U   Products.PythonScripts/trunk/setup.py

-=-
Modified: Products.PythonScripts/trunk/CHANGES.txt
===================================================================
--- Products.PythonScripts/trunk/CHANGES.txt	2012-09-09 10:40:17 UTC (rev 127782)
+++ Products.PythonScripts/trunk/CHANGES.txt	2012-09-09 10:41:00 UTC (rev 127783)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+2.13.2 (unreleased)
+-------------------
+
+
 2.13.1 (2012-09-09)
 -------------------
 

Modified: Products.PythonScripts/trunk/setup.py
===================================================================
--- Products.PythonScripts/trunk/setup.py	2012-09-09 10:40:17 UTC (rev 127782)
+++ Products.PythonScripts/trunk/setup.py	2012-09-09 10:41:00 UTC (rev 127783)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 
 setup(name='Products.PythonScripts',
-      version = '2.13.1',
+      version = '2.13.2dev',
       url='http://pypi.python.org/pypi/Products.PythonScripts',
       license='ZPL 2.1',
       description="Provides support for restricted execution of Python "



More information about the checkins mailing list