[Zope-CVS] CVS: Products/ExternalEditor - CHANGES.txt:1.64
version.txt:1.11 zopeedit.py:1.57
Chris McDonough
chrism at plope.com
Thu Jun 23 13:18:21 EDT 2005
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv10648
Modified Files:
CHANGES.txt version.txt zopeedit.py
Log Message:
Prep for 0.9.1 release.
=== Products/ExternalEditor/CHANGES.txt 1.63 => 1.64 ===
--- Products/ExternalEditor/CHANGES.txt:1.63 Mon Jun 20 19:09:42 2005
+++ Products/ExternalEditor/CHANGES.txt Thu Jun 23 13:17:50 2005
@@ -1,5 +1,10 @@
External Editor Change Log
+ 6/23/2005 - 0.9.1 Release
+
+ - Older pyc files for plugins were included in the 0.9 release.
+ This version has the most up to date plugins.
+
6/20/2005 - 0.9 Release
- When using the Excel plugin, errors were seen by users like
=== Products/ExternalEditor/version.txt 1.10 => 1.11 ===
--- Products/ExternalEditor/version.txt:1.10 Mon Jun 20 19:09:42 2005
+++ Products/ExternalEditor/version.txt Thu Jun 23 13:17:50 2005
@@ -1 +1 @@
-0.9
+0.9.1
=== Products/ExternalEditor/zopeedit.py 1.56 => 1.57 ===
--- Products/ExternalEditor/zopeedit.py:1.56 Mon Jun 20 19:09:42 2005
+++ Products/ExternalEditor/zopeedit.py Thu Jun 23 13:17:50 2005
@@ -16,7 +16,7 @@
$Id$"""
-__version__ = '0.9'
+__version__ = '0.9.1'
import sys
More information about the Zope-CVS
mailing list