[Checkins] SVN: zope.app.exception/trunk/ 3.4.2 is now released

Michael Howitz mh at gocept.com
Tue Jan 27 03:28:58 EST 2009


Log message for revision 95084:
  3.4.2 is now released
  

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

-=-
Modified: zope.app.exception/trunk/CHANGES.txt
===================================================================
--- zope.app.exception/trunk/CHANGES.txt	2009-01-27 08:27:23 UTC (rev 95083)
+++ zope.app.exception/trunk/CHANGES.txt	2009-01-27 08:28:58 UTC (rev 95084)
@@ -2,6 +2,21 @@
 CHANGES
 =======
 
+3.4.3 (unreleased)
+------------------
+
+-
+
+
+3.4.2 (2009-01-27)
+------------------
+
+- Substitute zope.app.zapi by direct calls to its wrapped apis. See
+  bug 219302.
+
+- Fixed author email and home page.
+
+
 3.4.1 (2007-10-31)
 ------------------
 

Modified: zope.app.exception/trunk/setup.py
===================================================================
--- zope.app.exception/trunk/setup.py	2009-01-27 08:27:23 UTC (rev 95083)
+++ zope.app.exception/trunk/setup.py	2009-01-27 08:28:58 UTC (rev 95084)
@@ -22,9 +22,9 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.exception',
-      version = '3.5.0',
+      version = '3.4.3dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Zope 3 exception views',
       long_description=(
           read('README.txt')
@@ -42,7 +42,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.exception',
+      url='http://pypi.python.org/pypi/zope.app.exception',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list