[Checkins] SVN: zamplugin.error/trunk/ Preparing release 0.6.0

Michael Howitz mh at gocept.com
Thu Jan 27 02:33:32 EST 2011


Log message for revision 119957:
  Preparing release 0.6.0

Changed:
  U   zamplugin.error/trunk/CHANGES.txt
  U   zamplugin.error/trunk/setup.py

-=-
Modified: zamplugin.error/trunk/CHANGES.txt
===================================================================
--- zamplugin.error/trunk/CHANGES.txt	2011-01-27 07:32:44 UTC (rev 119956)
+++ zamplugin.error/trunk/CHANGES.txt	2011-01-27 07:33:32 UTC (rev 119957)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-Version 0.5.1dev (unreleased)
------------------------------
+0.6.0 (2011-01-27)
+------------------
 
 - Updated test and demo app to run with ZTK 1.0, thus requiring zam.api >=
   0.7.
@@ -14,7 +14,9 @@
 
 - Added tests for edit.html page.
 
+- Updated package metadata.
 
+
 0.5.0 (2008-04-14)
 ------------------
 

Modified: zamplugin.error/trunk/setup.py
===================================================================
--- zamplugin.error/trunk/setup.py	2011-01-27 07:32:44 UTC (rev 119956)
+++ zamplugin.error/trunk/setup.py	2011-01-27 07:33:32 UTC (rev 119957)
@@ -23,9 +23,9 @@
 
 setup (
     name='zamplugin.error',
-    version='0.5.1dev',
+    version='0.6.0',
     author = "Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "Error utility for Zope Application Management",
     long_description=(
         read('README.txt')
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/zamplugin.error',
+    url = 'http://pypi.python.org/pypi/zamplugin.error',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the checkins mailing list