[Checkins] SVN: zope.app.applicationcontrol/trunk/ Prepare zope.app.applicationcontrol 3.5.8.

Hanno Schlichting hannosch at hannosch.eu
Fri Sep 17 07:37:45 EDT 2010


Log message for revision 116492:
  Prepare zope.app.applicationcontrol 3.5.8.

Changed:
  U   zope.app.applicationcontrol/trunk/CHANGES.txt
  U   zope.app.applicationcontrol/trunk/setup.py

-=-
Modified: zope.app.applicationcontrol/trunk/CHANGES.txt
===================================================================
--- zope.app.applicationcontrol/trunk/CHANGES.txt	2010-09-17 11:33:19 UTC (rev 116491)
+++ zope.app.applicationcontrol/trunk/CHANGES.txt	2010-09-17 11:37:44 UTC (rev 116492)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.8 (unreleased)
+3.5.8 (2010-09-17)
 ------------------
 
 - Replaced a testing dependency on zope.app.securitypolicy with one on

Modified: zope.app.applicationcontrol/trunk/setup.py
===================================================================
--- zope.app.applicationcontrol/trunk/setup.py	2010-09-17 11:33:19 UTC (rev 116491)
+++ zope.app.applicationcontrol/trunk/setup.py	2010-09-17 11:37:44 UTC (rev 116492)
@@ -16,12 +16,13 @@
 # When developing and releasing this package, please follow the documented
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
-version = '3.5.8dev'
 
 import os
 
 from setuptools import setup, find_packages
 
+version = '3.5.8'
+
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 



More information about the checkins mailing list