[Checkins] SVN: zope.schema/branches/3.4/ Prepare release

Philipp von Weitershausen philikon at philikon.de
Fri Sep 28 07:49:52 EDT 2007


Log message for revision 80309:
  Prepare release
  

Changed:
  U   zope.schema/branches/3.4/CHANGES.txt
  U   zope.schema/branches/3.4/setup.py

-=-
Modified: zope.schema/branches/3.4/CHANGES.txt
===================================================================
--- zope.schema/branches/3.4/CHANGES.txt	2007-09-28 11:49:02 UTC (rev 80308)
+++ zope.schema/branches/3.4/CHANGES.txt	2007-09-28 11:49:51 UTC (rev 80309)
@@ -1,7 +1,7 @@
 Changes
 =======
 
-3.4.0 (unreleased)
+3.4.0 (2007/09/28)
 ------------------
 
 Added BeforeObjectAssignedEvent that is triggered before the object

Modified: zope.schema/branches/3.4/setup.py
===================================================================
--- zope.schema/branches/3.4/setup.py	2007-09-28 11:49:02 UTC (rev 80308)
+++ zope.schema/branches/3.4/setup.py	2007-09-28 11:49:51 UTC (rev 80309)
@@ -22,8 +22,8 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.schema',
-      version = '3.4.0b1',
-      url='http://svn.zope.org/zope.schema',
+      version = '3.4.0',
+      url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
       description='Zope3 Data Schemas',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list