[Checkins] SVN: Products.ExternalEditor/trunk/ Correct version

Hanno Schlichting plone at hannosch.info
Sat May 3 15:04:47 EDT 2008


Log message for revision 86273:
  Correct version
  

Changed:
  U   Products.ExternalEditor/trunk/CHANGES.txt
  U   Products.ExternalEditor/trunk/Products/ExternalEditor/version.txt
  U   Products.ExternalEditor/trunk/setup.py

-=-
Modified: Products.ExternalEditor/trunk/CHANGES.txt
===================================================================
--- Products.ExternalEditor/trunk/CHANGES.txt	2008-05-03 19:03:45 UTC (rev 86272)
+++ Products.ExternalEditor/trunk/CHANGES.txt	2008-05-03 19:04:47 UTC (rev 86273)
@@ -1,6 +1,6 @@
 External Editor Change Log
 
-  unreleased - 1.0 Release
+  unreleased - 0.9.4
 
     - Updated package metadata to be usable as a package.
 

Modified: Products.ExternalEditor/trunk/Products/ExternalEditor/version.txt
===================================================================
--- Products.ExternalEditor/trunk/Products/ExternalEditor/version.txt	2008-05-03 19:03:45 UTC (rev 86272)
+++ Products.ExternalEditor/trunk/Products/ExternalEditor/version.txt	2008-05-03 19:04:47 UTC (rev 86273)
@@ -1 +1 @@
-0.9.3
+0.9.4

Modified: Products.ExternalEditor/trunk/setup.py
===================================================================
--- Products.ExternalEditor/trunk/setup.py	2008-05-03 19:03:45 UTC (rev 86272)
+++ Products.ExternalEditor/trunk/setup.py	2008-05-03 19:04:47 UTC (rev 86273)
@@ -1,9 +1,8 @@
 from setuptools import setup, find_packages
-from zopeedit import __version__
 
 
 setup(name='Products.ExternalEditor',
-      version=__version__,
+      version='0.9.4',
       description="Zope External Editor",
       classifiers=[
         'Framework :: Zope2',



More information about the Checkins mailing list