[Checkins] SVN: zope.app.http/trunk/ vb

Wolfgang Schnerring wosc at wosc.de
Tue Jan 27 07:58:12 EST 2009


Log message for revision 95164:
  vb

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

-=-
Modified: zope.app.http/trunk/CHANGES.txt
===================================================================
--- zope.app.http/trunk/CHANGES.txt	2009-01-27 12:55:14 UTC (rev 95163)
+++ zope.app.http/trunk/CHANGES.txt	2009-01-27 12:58:12 UTC (rev 95164)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.4.3 (unreleased)
+3.4.4 (unreleased)
 ------------------
 
+- 
+
+3.4.3 (2009-01-27)
+------------------
+
 - Added missing depencendy: zope.app.zcmlfiles
 
 3.4.2 (2009-01-26)

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2009-01-27 12:55:14 UTC (rev 95163)
+++ zope.app.http/trunk/setup.py	2009-01-27 12:58:12 UTC (rev 95164)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.4.3dev',
+      version = '3.4.4dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='HTTP Behavior for the Zope Publisher',



More information about the Checkins mailing list