SVN: zope.paste/trunk/setup.py - Ops, undefined variable after change

Sidnei da Silva <[email protected]> Wed, 25 Jan 2006 12:48:24 -0500 (EST)
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Log message for revision 41441:
  
  - Ops, undefined variable after change
  

Changed:
  U   zope.paste/trunk/setup.py

-=-
Modified: zope.paste/trunk/setup.py
===================================================================
--- zope.paste/trunk/setup.py	2006-01-25 17:43:45 UTC (rev 41440)
+++ zope.paste/trunk/setup.py	2006-01-25 17:48:23 UTC (rev 41441)
@@ -34,9 +34,10 @@
 
 # We're using the module docstring as the distutils descriptions.
 doclines = __doc__.split("\n")
+VERSION = "0.1"
 
 setup(name="zope.paste",
-      version="0.1",
+      version=VERSION,
       author="Sidnei da Silva",
       author_email="[email protected]",
       keywords="web wsgi application server",

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS