[Checkins] SVN: zope.proxy/trunk/ Prepare zope.proxy 3.6.0.

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 17:28:13 EDT 2010


Log message for revision 111746:
  Prepare zope.proxy 3.6.0.

Changed:
  U   zope.proxy/trunk/CHANGES.txt
  U   zope.proxy/trunk/buildout.cfg
  U   zope.proxy/trunk/setup.py

-=-
Modified: zope.proxy/trunk/CHANGES.txt
===================================================================
--- zope.proxy/trunk/CHANGES.txt	2010-04-30 21:26:58 UTC (rev 111745)
+++ zope.proxy/trunk/CHANGES.txt	2010-04-30 21:28:13 UTC (rev 111746)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.0 (unreleased)
+3.6.0 (2010-04-30)
 ------------------
 
 - Removed test extra and the remaining dependency on zope.testing.

Modified: zope.proxy/trunk/buildout.cfg
===================================================================
--- zope.proxy/trunk/buildout.cfg	2010-04-30 21:26:58 UTC (rev 111745)
+++ zope.proxy/trunk/buildout.cfg	2010-04-30 21:28:13 UTC (rev 111746)
@@ -4,4 +4,4 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.proxy [test]
+eggs = zope.proxy

Modified: zope.proxy/trunk/setup.py
===================================================================
--- zope.proxy/trunk/setup.py	2010-04-30 21:26:58 UTC (rev 111745)
+++ zope.proxy/trunk/setup.py	2010-04-30 21:28:13 UTC (rev 111746)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.proxy',
-      version = '3.6.0dev',
+      version = '3.6.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Generic Transparent Proxies',



More information about the checkins mailing list