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

Hano Schlichting cvs-admin at zope.org
Sun Sep 9 11:12:37 UTC 2012


Log message for revision 127789:
  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 11:11:53 UTC (rev 127788)
+++ Products.PythonScripts/trunk/CHANGES.txt	2012-09-09 11:12:33 UTC (rev 127789)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+2.13.3 (unreleased)
+-------------------
+
+
 2.13.2 (2012-09-09)
 -------------------
 

Modified: Products.PythonScripts/trunk/setup.py
===================================================================
--- Products.PythonScripts/trunk/setup.py	2012-09-09 11:11:53 UTC (rev 127788)
+++ Products.PythonScripts/trunk/setup.py	2012-09-09 11:12:33 UTC (rev 127789)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 
 setup(name='Products.PythonScripts',
-      version = '2.13.2',
+      version = '2.13.3dev',
       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