[Checkins] SVN: five.customerize/branches/plone-3.0-branch/ preparations for release to go into plone 3.0 final

Andreas Zeidler az at zitc.de
Fri Aug 17 00:19:05 EDT 2007


Log message for revision 78894:
  preparations for release to go into plone 3.0 final

Changed:
  U   five.customerize/branches/plone-3.0-branch/CHANGES.txt
  U   five.customerize/branches/plone-3.0-branch/setup.py
  U   five.customerize/branches/plone-3.0-branch/src/five/customerize/version.txt

-=-
Modified: five.customerize/branches/plone-3.0-branch/CHANGES.txt
===================================================================
--- five.customerize/branches/plone-3.0-branch/CHANGES.txt	2007-08-17 04:01:23 UTC (rev 78893)
+++ five.customerize/branches/plone-3.0-branch/CHANGES.txt	2007-08-17 04:19:05 UTC (rev 78894)
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+five.customerize 0.2 (2007/08/17)
+---------------------------------
+
+Support for viewlets and portlets as used in Plone 3.0
+
+
 five.customerize 0.1.3 (2007/07/08)
 ---------------------------------
 

Modified: five.customerize/branches/plone-3.0-branch/setup.py
===================================================================
--- five.customerize/branches/plone-3.0-branch/setup.py	2007-08-17 04:01:23 UTC (rev 78893)
+++ five.customerize/branches/plone-3.0-branch/setup.py	2007-08-17 04:19:05 UTC (rev 78894)
@@ -15,8 +15,10 @@
 
 from setuptools import setup
 
+version = '0.2',
+
 setup(name = 'five.customerize',
-      version = '0.1.3',
+      version = version,
       description = 'TTW customization of template-based Zope 3 views',
       keywords = 'zope3 views templates customization ttw',
       author = 'Zope Corporation and Contributors',
@@ -34,7 +36,7 @@
         'setuptools'
       ],
       classifiers = [
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Framework :: Zope2',
         'Framework :: Zope3',
@@ -43,6 +45,7 @@
         'License :: OSI Approved :: Zope Public License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
+        'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Internet :: WWW/HTTP :: Site Management',
       ],
       long_description = """\

Modified: five.customerize/branches/plone-3.0-branch/src/five/customerize/version.txt
===================================================================
--- five.customerize/branches/plone-3.0-branch/src/five/customerize/version.txt	2007-08-17 04:01:23 UTC (rev 78893)
+++ five.customerize/branches/plone-3.0-branch/src/five/customerize/version.txt	2007-08-17 04:19:05 UTC (rev 78894)
@@ -1 +1 @@
-0.1.3
\ No newline at end of file
+0.2
\ No newline at end of file



More information about the Checkins mailing list