[Checkins] SVN: zope.html/trunk/ - correct copyright, bump dev ver

Alex Chapman achapman at zope.com
Wed Feb 23 09:53:34 EST 2011


Log message for revision 120544:
   - correct copyright, bump dev ver
  

Changed:
  U   zope.html/trunk/bootstrap.py
  U   zope.html/trunk/setup.py

-=-
Modified: zope.html/trunk/bootstrap.py
===================================================================
--- zope.html/trunk/bootstrap.py	2011-02-23 14:40:36 UTC (rev 120543)
+++ zope.html/trunk/bootstrap.py	2011-02-23 14:53:33 UTC (rev 120544)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.html/trunk/setup.py
===================================================================
--- zope.html/trunk/setup.py	2011-02-23 14:40:36 UTC (rev 120543)
+++ zope.html/trunk/setup.py	2011-02-23 14:53:33 UTC (rev 120544)
@@ -20,7 +20,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.html',
-      version = '2.3.0dev',
+      version = '2.3.1dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='HTML and XHTML Editing Support',



More information about the checkins mailing list