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

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Aug 23 23:42:58 EDT 2007


Log message for revision 79207:
  Get ready for release.
  

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

-=-
Modified: z3c.formui/trunk/CHANGES.txt
===================================================================
--- z3c.formui/trunk/CHANGES.txt	2007-08-24 03:35:46 UTC (rev 79206)
+++ z3c.formui/trunk/CHANGES.txt	2007-08-24 03:42:58 UTC (rev 79207)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-Version 1.3.0 (8/??/2007)
+Version 1.3.0 (8/24/2007)
 -------------------------
 
 - Refactoring: Update CSS classes to reflect latest changes to the widget

Modified: z3c.formui/trunk/setup.py
===================================================================
--- z3c.formui/trunk/setup.py	2007-08-24 03:35:46 UTC (rev 79206)
+++ z3c.formui/trunk/setup.py	2007-08-24 03:42:58 UTC (rev 79207)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.formui',
-    version='1.2.0',
+    version='1.3.0',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A set of initial UI components for z3c.form.",
@@ -35,7 +35,7 @@
     license = "ZPL 2.1",
     keywords = "zope3 form widget",
     classifiers = [
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://svn.zope.org//z3c.formui',
+    url = 'http://cheeseshop.python.org/pypi/z3c.formui',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list