[Checkins] SVN: Products.PythonScripts/trunk/ Bump version

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 09:25:27 EDT 2010


Log message for revision 114518:
  Bump version

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

-=-
Modified: Products.PythonScripts/trunk/CHANGES.txt
===================================================================
--- Products.PythonScripts/trunk/CHANGES.txt	2010-07-10 13:25:01 UTC (rev 114517)
+++ Products.PythonScripts/trunk/CHANGES.txt	2010-07-10 13:25:27 UTC (rev 114518)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+2.13.1 (unreleased)
+-------------------
+
+
 2.13.0 (2010-07-10)
 -------------------
 

Modified: Products.PythonScripts/trunk/setup.py
===================================================================
--- Products.PythonScripts/trunk/setup.py	2010-07-10 13:25:01 UTC (rev 114517)
+++ Products.PythonScripts/trunk/setup.py	2010-07-10 13:25:27 UTC (rev 114518)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 
 setup(name='Products.PythonScripts',
-      version = '2.13.0',
+      version = '2.13.1dev',
       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