[Checkins] SVN: Products.ExternalEditor/tags/1.1.0/setup.py oOps, I forgot to delete the 'dev' of the version number

Matthias Broquet mbroquet at atreal.net
Fri Dec 3 06:00:48 EST 2010


Log message for revision 118676:
  oOps, I forgot to delete the 'dev' of the version number
  
  

Changed:
  U   Products.ExternalEditor/tags/1.1.0/setup.py

-=-
Modified: Products.ExternalEditor/tags/1.1.0/setup.py
===================================================================
--- Products.ExternalEditor/tags/1.1.0/setup.py	2010-12-03 10:16:29 UTC (rev 118675)
+++ Products.ExternalEditor/tags/1.1.0/setup.py	2010-12-03 11:00:48 UTC (rev 118676)
@@ -2,7 +2,7 @@
 
 
 setup(name='Products.ExternalEditor',
-      version='1.1.0dev',
+      version='1.1.0',
       description="Zope External Editor",
       long_description=open("README.txt").read() + "\n" + \
                        open("CHANGES.txt").read(),



More information about the checkins mailing list