[Checkins] SVN: Products.PythonScripts/trunk/ Prepare Products.PythonScripts 2.13.0.

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 09:24:47 EDT 2010


Log message for revision 114516:
  Prepare Products.PythonScripts 2.13.0.

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:23:55 UTC (rev 114515)
+++ Products.PythonScripts/trunk/CHANGES.txt	2010-07-10 13:24:47 UTC (rev 114516)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.13.0 (unreleased)
+2.13.0 (2010-07-10)
 -------------------
 
 - Released as separate package.

Modified: Products.PythonScripts/trunk/setup.py
===================================================================
--- Products.PythonScripts/trunk/setup.py	2010-07-10 13:23:55 UTC (rev 114515)
+++ Products.PythonScripts/trunk/setup.py	2010-07-10 13:24:47 UTC (rev 114516)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 
 setup(name='Products.PythonScripts',
-      version = '2.13.0dev',
+      version = '2.13.0',
       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