[Checkins] SVN: zope.app.homefolder/trunk/ Post-release bump, typo.

Christian Theune ct at gocept.com
Sun Feb 1 07:48:57 EST 2009


Log message for revision 95842:
  Post-release bump, typo.
  

Changed:
  U   zope.app.homefolder/trunk/CHANGES.txt
  U   zope.app.homefolder/trunk/setup.py

-=-
Modified: zope.app.homefolder/trunk/CHANGES.txt
===================================================================
--- zope.app.homefolder/trunk/CHANGES.txt	2009-02-01 12:48:16 UTC (rev 95841)
+++ zope.app.homefolder/trunk/CHANGES.txt	2009-02-01 12:48:56 UTC (rev 95842)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.5.1 (unreleased)
+------------------
+
+- ...
+
 3.5.0 (2009-02-01)
 ------------------
 

Modified: zope.app.homefolder/trunk/setup.py
===================================================================
--- zope.app.homefolder/trunk/setup.py	2009-02-01 12:48:16 UTC (rev 95841)
+++ zope.app.homefolder/trunk/setup.py	2009-02-01 12:48:56 UTC (rev 95842)
@@ -22,14 +22,14 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.homefolder',
-      version = '3.5.0dev',
+      version = '3.5.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='User Home Folders for Zope 3 Applications',
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Dcoumentation\n' +
+          'Detailed Documentation\n' +
           '======================\n'
           + '\n\n' +
           read('src', 'zope', 'app', 'homefolder', 'README.txt')



More information about the Checkins mailing list