[Checkins] SVN: zope.site/trunk/ Prepare zope.site 3.9.0.

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 29 18:18:31 EST 2009


Log message for revision 107326:
  Prepare zope.site 3.9.0.

Changed:
  U   zope.site/trunk/CHANGES.txt
  U   zope.site/trunk/setup.py

-=-
Modified: zope.site/trunk/CHANGES.txt
===================================================================
--- zope.site/trunk/CHANGES.txt	2009-12-29 23:17:12 UTC (rev 107325)
+++ zope.site/trunk/CHANGES.txt	2009-12-29 23:18:31 UTC (rev 107326)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.9.0 (unreleased)
+3.9.0 (2009-12-29)
 ------------------
 
 - Avoid a test dependency on zope.copypastemove by testing the correct

Modified: zope.site/trunk/setup.py
===================================================================
--- zope.site/trunk/setup.py	2009-12-29 23:17:12 UTC (rev 107325)
+++ zope.site/trunk/setup.py	2009-12-29 23:18:31 UTC (rev 107326)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.site',
-      version = '3.9.0dev',
+      version = '3.9.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local registries for zope component architecture',



More information about the checkins mailing list