[Checkins] SVN: z3c.formdemo/trunk/setup.py version bump and a few changes for the next release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Apr 24 21:33:07 EDT 2008


Log message for revision 85716:
  version bump and a few changes for the next release.
  

Changed:
  U   z3c.formdemo/trunk/setup.py

-=-
Modified: z3c.formdemo/trunk/setup.py
===================================================================
--- z3c.formdemo/trunk/setup.py	2008-04-25 01:32:43 UTC (rev 85715)
+++ z3c.formdemo/trunk/setup.py	2008-04-25 01:33:06 UTC (rev 85716)
@@ -23,9 +23,9 @@
 
 setup (
     name='z3c.formdemo',
-    version='1.5.2',
+    version='1.5.3dev',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "A set of demo applications for z3c.form and z3c.formui",
     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/z3c.formdemo',
+    url = 'http://pypi.python.org/pypi/z3c.formdemo',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list