[Checkins] SVN: z3c.formdemo/trunk/ Get ready for the release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Aug 23 23:50:29 EDT 2007


Log message for revision 79209:
  Get ready for the release.
  

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

-=-
Modified: z3c.formdemo/trunk/CHANGES.txt
===================================================================
--- z3c.formdemo/trunk/CHANGES.txt	2007-08-24 03:43:31 UTC (rev 79208)
+++ z3c.formdemo/trunk/CHANGES.txt	2007-08-24 03:50:29 UTC (rev 79209)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-Version 1.4.0 (8/??/2007)
+Version 1.4.0 (8/24/2007)
 -------------------------
 
 - Refactoring: Update CSS classes to reflect changes in ``z3c.form``.

Modified: z3c.formdemo/trunk/setup.py
===================================================================
--- z3c.formdemo/trunk/setup.py	2007-08-24 03:43:31 UTC (rev 79208)
+++ z3c.formdemo/trunk/setup.py	2007-08-24 03:50:29 UTC (rev 79209)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.formdemo',
-    version='1.3.0',
+    version='1.4.0',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A set of demo applications for z3c.form and z3c.formui",
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://svn.zope.org/z3c.formdemo',
+    url = 'http://cheeseshop.python.org/pypi/z3c.formdemo',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list