[Checkins] SVN: Products.ExternalEditor/trunk/ Prepare Products.ExternalEditor 1.0.

Hanno Schlichting hannosch at hannosch.eu
Thu Jul 1 11:19:15 EDT 2010


Log message for revision 114054:
  Prepare Products.ExternalEditor 1.0.

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

-=-
Modified: Products.ExternalEditor/trunk/CHANGES.txt
===================================================================
--- Products.ExternalEditor/trunk/CHANGES.txt	2010-07-01 15:15:18 UTC (rev 114053)
+++ Products.ExternalEditor/trunk/CHANGES.txt	2010-07-01 15:19:15 UTC (rev 114054)
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-1.0b1 - Unreleased
-------------------
+1.0 - 2010-07-01
+----------------
 
 - Update manage_main, manage_tabs, and findResult monkey patches to include
   fixes from Zope 2.12.

Deleted: Products.ExternalEditor/trunk/Products/ExternalEditor/version.txt
===================================================================
--- Products.ExternalEditor/trunk/Products/ExternalEditor/version.txt	2010-07-01 15:15:18 UTC (rev 114053)
+++ Products.ExternalEditor/trunk/Products/ExternalEditor/version.txt	2010-07-01 15:19:15 UTC (rev 114054)
@@ -1 +0,0 @@
-1.0a2

Modified: Products.ExternalEditor/trunk/README.txt
===================================================================
--- Products.ExternalEditor/trunk/README.txt	2010-07-01 15:15:18 UTC (rev 114053)
+++ Products.ExternalEditor/trunk/README.txt	2010-07-01 15:19:15 UTC (rev 114054)
@@ -372,6 +372,4 @@
 I hope you enjoy using this software. If you have any comments, suggestions
 or would like to report a bug, send an email to the author:
 
-Casey Duncan
-
-`(c) 2003, Casey Duncan and Zope Corporation. All rights reserved.`
+Casey Duncan
\ No newline at end of file

Modified: Products.ExternalEditor/trunk/setup.py
===================================================================
--- Products.ExternalEditor/trunk/setup.py	2010-07-01 15:15:18 UTC (rev 114053)
+++ Products.ExternalEditor/trunk/setup.py	2010-07-01 15:19:15 UTC (rev 114054)
@@ -2,7 +2,7 @@
 
 
 setup(name='Products.ExternalEditor',
-      version='1.0b1',
+      version='1.0',
       description="Zope External Editor",
       long_description=open("README.txt").read() + "\n" + \
                        open("CHANGES.txt").read(),



More information about the checkins mailing list