[Checkins] SVN: Products.ExternalEditor/trunk/ We need some time to test the new packaging, go for an alpha release

Hanno Schlichting plone at hannosch.info
Sat May 3 15:46:35 EDT 2008


Log message for revision 86278:
  We need some time to test the new packaging, go for an alpha release
  

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:42:25 UTC (rev 86277)
+++ Products.ExternalEditor/trunk/CHANGES.txt	2008-05-03 19:46:35 UTC (rev 86278)
@@ -1,7 +1,7 @@
 Change Log
 ==========
 
-unreleased - 0.9.4
+unreleased - 1.0a1
 ------------------
 
   - 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:42:25 UTC (rev 86277)
+++ Products.ExternalEditor/trunk/Products/ExternalEditor/version.txt	2008-05-03 19:46:35 UTC (rev 86278)
@@ -1 +1 @@
-0.9.4
+1.0a1

Modified: Products.ExternalEditor/trunk/setup.py
===================================================================
--- Products.ExternalEditor/trunk/setup.py	2008-05-03 19:42:25 UTC (rev 86277)
+++ Products.ExternalEditor/trunk/setup.py	2008-05-03 19:46:35 UTC (rev 86278)
@@ -2,7 +2,7 @@
 
 
 setup(name='Products.ExternalEditor',
-      version='0.9.4',
+      version='1.0a1',
       description="Zope External Editor",
       long_description=open("README.txt").read() + "\n" + \
                        open("CHANGES.txt").read(),



More information about the Checkins mailing list