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

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


Log message for revision 127787:
  prepare

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:10:55 UTC (rev 127786)
+++ Products.PythonScripts/trunk/CHANGES.txt	2012-09-09 11:11:40 UTC (rev 127787)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.13.2 (unreleased)
+2.13.2 (2012-09-09)
 -------------------
 
 - Correct module security declaration for our `standard` module.

Modified: Products.PythonScripts/trunk/setup.py
===================================================================
--- Products.PythonScripts/trunk/setup.py	2012-09-09 11:10:55 UTC (rev 127786)
+++ Products.PythonScripts/trunk/setup.py	2012-09-09 11:11:40 UTC (rev 127787)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 
 setup(name='Products.PythonScripts',
-      version = '2.13.2dev',
+      version = '2.13.2',
       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