[Checkins] SVN: zc.extjsresource/tags/2.0.2-1/setup.py Removed the dev thing from the version #. This is too brittle. Now

Jim Fulton jim at zope.com
Fri Mar 28 12:23:23 EDT 2008


Log message for revision 84997:
  Removed the dev thing from the version #.  This is too brittle.  Now
  there's been a dev release sitting out there for a while. :(
  

Changed:
  U   zc.extjsresource/tags/2.0.2-1/setup.py

-=-
Modified: zc.extjsresource/tags/2.0.2-1/setup.py
===================================================================
--- zc.extjsresource/tags/2.0.2-1/setup.py	2008-03-28 15:29:17 UTC (rev 84996)
+++ zc.extjsresource/tags/2.0.2-1/setup.py	2008-03-28 16:23:23 UTC (rev 84997)
@@ -15,7 +15,7 @@
 
 rname = 'ext-2.0.2'
 url_base = 'http://extjs.com/deploy'
-version = '2.0.2-1dev'
+version = '2.0.2-1'
 
 dest = os.path.join(os.path.dirname(__file__),
                     'src', 'zc', 'extjsresource', 'extjs')



More information about the Checkins mailing list