[Checkins] SVN: zope.dottedname/trunk/ Preparing release 3.4.6

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Sep 15 09:04:16 EDT 2009


Log message for revision 104061:
  Preparing release 3.4.6

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

-=-
Modified: zope.dottedname/trunk/CHANGES.txt
===================================================================
--- zope.dottedname/trunk/CHANGES.txt	2009-09-15 13:00:31 UTC (rev 104060)
+++ zope.dottedname/trunk/CHANGES.txt	2009-09-15 13:04:15 UTC (rev 104061)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-3.4.6 (unreleased)
+3.4.6 (2009-09-15)
 ------------------
 
 - Make tests pass on python26.

Modified: zope.dottedname/trunk/setup.py
===================================================================
--- zope.dottedname/trunk/setup.py	2009-09-15 13:00:31 UTC (rev 104060)
+++ zope.dottedname/trunk/setup.py	2009-09-15 13:04:15 UTC (rev 104061)
@@ -26,7 +26,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name="zope.dottedname",
-      version = '3.4.6dev',
+      version = '3.4.6',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Resolver for Python dotted names.',



More information about the checkins mailing list