[Checkins] SVN: zope.dottedname/trunk/ Let's try a new release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 2 10:52:40 EDT 2007


Log message for revision 80497:
  Let's try a new release.
  

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

-=-
Modified: zope.dottedname/trunk/CHANGES.txt
===================================================================
--- zope.dottedname/trunk/CHANGES.txt	2007-10-02 14:50:47 UTC (rev 80496)
+++ zope.dottedname/trunk/CHANGES.txt	2007-10-02 14:52:40 UTC (rev 80497)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.4.2 (2007-10-02)
+------------------
+
+- Fix broken release.
+
 3.4.1 (2007-10-02)
 ------------------
 

Modified: zope.dottedname/trunk/setup.py
===================================================================
--- zope.dottedname/trunk/setup.py	2007-10-02 14:50:47 UTC (rev 80496)
+++ zope.dottedname/trunk/setup.py	2007-10-02 14:52:40 UTC (rev 80497)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name="zope.dottedname",
-      version = '3.4.1',
+      version = '3.4.2',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Resolver for Python dotted names.',



More information about the Checkins mailing list