[Checkins] SVN: zope.app.i18n/trunk/ Seems that running sdist twice did not update my previous generated source

Roger Ineichen roger at projekt01.ch
Tue Sep 25 12:42:15 EDT 2007


Log message for revision 80027:
  Seems that running sdist twice did not update my previous generated source

Changed:
  U   zope.app.i18n/trunk/CHANGES.txt
  U   zope.app.i18n/trunk/setup.py

-=-
Modified: zope.app.i18n/trunk/CHANGES.txt
===================================================================
--- zope.app.i18n/trunk/CHANGES.txt	2007-09-25 16:28:11 UTC (rev 80026)
+++ zope.app.i18n/trunk/CHANGES.txt	2007-09-25 16:42:14 UTC (rev 80027)
@@ -3,6 +3,12 @@
 =======
 
 
+Version 3.4.1 (2007/9/25)
+-------------------------
+
+- Added missing Changes.txt and README.txt files to egg
+
+
 Version 3.4.0 (2007/9/25)
 -------------------------
 

Modified: zope.app.i18n/trunk/setup.py
===================================================================
--- zope.app.i18n/trunk/setup.py	2007-09-25 16:28:11 UTC (rev 80026)
+++ zope.app.i18n/trunk/setup.py	2007-09-25 16:42:14 UTC (rev 80027)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.4.0',
+    version = '3.4.1',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope i18n',



More information about the Checkins mailing list