[Checkins] SVN: zope.proxy/tags/3.4.2/ Set version number on release tag

Philipp von Weitershausen philikon at philikon.de
Sun Jul 27 17:02:22 EDT 2008


Log message for revision 88832:
  Set version number on release tag
  

Changed:
  U   zope.proxy/tags/3.4.2/CHANGES.txt
  U   zope.proxy/tags/3.4.2/setup.py

-=-
Modified: zope.proxy/tags/3.4.2/CHANGES.txt
===================================================================
--- zope.proxy/tags/3.4.2/CHANGES.txt	2008-07-27 21:01:40 UTC (rev 88831)
+++ zope.proxy/tags/3.4.2/CHANGES.txt	2008-07-27 21:02:21 UTC (rev 88832)
@@ -2,11 +2,6 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
-------------------
-
-- ...
-
 3.4.2 (2008/07/27)
 ------------------
 

Modified: zope.proxy/tags/3.4.2/setup.py
===================================================================
--- zope.proxy/tags/3.4.2/setup.py	2008-07-27 21:01:40 UTC (rev 88831)
+++ zope.proxy/tags/3.4.2/setup.py	2008-07-27 21:02:21 UTC (rev 88832)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.proxy',
-      version = '3.5.0dev',
+      version = '3.4.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Generic Transparent Proxies',



More information about the Checkins mailing list