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

Michael Howitz mh at gocept.com
Fri Jan 28 02:36:33 EST 2011


Log message for revision 119983:
  Preparing release 0.6.0

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

-=-
Modified: zamplugin.sampledata/trunk/CHANGES.txt
===================================================================
--- zamplugin.sampledata/trunk/CHANGES.txt	2011-01-28 07:35:44 UTC (rev 119982)
+++ zamplugin.sampledata/trunk/CHANGES.txt	2011-01-28 07:36:33 UTC (rev 119983)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-Version 0.5.1dev (unreleased)
------------------------------
+0.6.0 (2011-01-28)
+------------------
 
 - Adapted test setup and demo application to run with ZTK 1.0, thus
   requiring at least `zam.api` version 0.7.

Modified: zamplugin.sampledata/trunk/setup.py
===================================================================
--- zamplugin.sampledata/trunk/setup.py	2011-01-28 07:35:44 UTC (rev 119982)
+++ zamplugin.sampledata/trunk/setup.py	2011-01-28 07:36:33 UTC (rev 119983)
@@ -23,10 +23,10 @@
 
 setup (
     name='zamplugin.sampledata',
-    version='0.5.1dev',
+    version='0.6.0',
     author = "Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
-    description = "Sampledata management views Zope Application Management",
+    author_email = "zope-dev at zope.org",
+    description="Sampledata management views for ZAM (Zope Application Management)",
     long_description=(
         read('README.txt')
         + '\n\n' +
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/zamplugin.sampledata',
+    url = 'http://pypi.python.org/pypi/zamplugin.sampledata',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the checkins mailing list