[Checkins] SVN: jquery.javascript/trunk/setup.py Get the version right.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 30 20:52:33 EDT 2007


Log message for revision 81253:
  Get the version right.
  

Changed:
  U   jquery.javascript/trunk/setup.py

-=-
Modified: jquery.javascript/trunk/setup.py
===================================================================
--- jquery.javascript/trunk/setup.py	2007-10-31 00:51:28 UTC (rev 81252)
+++ jquery.javascript/trunk/setup.py	2007-10-31 00:52:33 UTC (rev 81253)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='jquery.javascript',
-      version='0.1.0c1',
+      version='1.0.0',
       author = "Roger Ineichen and the Zope Community",
       author_email = "zope3-dev at zope.org",
       description = "JQuery integration into Zope 3 via Viewlets",



More information about the Checkins mailing list