[Checkins] SVN: z3c.widget/trunk/ preparing cheeseshop release

Jodok Batlogg jodok.batlogg at lovelysystems.com
Tue Sep 18 18:24:36 EDT 2007


Log message for revision 79740:
  preparing cheeseshop release

Changed:
  U   z3c.widget/trunk/CHANGES.txt
  U   z3c.widget/trunk/LICENCES.txt
  U   z3c.widget/trunk/setup.py

-=-
Modified: z3c.widget/trunk/CHANGES.txt
===================================================================
--- z3c.widget/trunk/CHANGES.txt	2007-09-18 20:35:00 UTC (rev 79739)
+++ z3c.widget/trunk/CHANGES.txt	2007-09-18 22:24:36 UTC (rev 79740)
@@ -2,7 +2,12 @@
 Changes for z3c.widget
 ======================
 
+2007/09/19 0.1.6
+================
 
+ - added cheesehop classification, registered there
+ - fixed typos
+
 2007/09/05 0.1.5
 ================
 
@@ -25,7 +30,7 @@
 2007/09/03 0.1.3
 ================
 
- - bugfix: to much quoting.
+ - bugfix: too much quoting.
 
 
 2007/09/03 0.1.2
@@ -46,5 +51,4 @@
 
  - z3c.widget.image: added translations for es
 
- - update to newest bootstrap.py version
-
+ - update to newest bootstrap.py version
\ No newline at end of file

Modified: z3c.widget/trunk/LICENCES.txt
===================================================================
--- z3c.widget/trunk/LICENCES.txt	2007-09-18 20:35:00 UTC (rev 79739)
+++ z3c.widget/trunk/LICENCES.txt	2007-09-18 22:24:36 UTC (rev 79740)
@@ -8,6 +8,6 @@
 The TinyMCE javascript library is releaased under the "GNU LIBRARY
 GENERAL PUBLIC LICENSE". See:
 ``./src/z3c/widget/tiny/timy_mce/license.txt``. It is included in this
-packag in unmodified form.
+package in unmodified form.
 
 

Modified: z3c.widget/trunk/setup.py
===================================================================
--- z3c.widget/trunk/setup.py	2007-09-18 20:35:00 UTC (rev 79739)
+++ z3c.widget/trunk/setup.py	2007-09-18 22:24:36 UTC (rev 79740)
@@ -2,7 +2,7 @@
 from setuptools import setup, find_packages
 
 setup(name='z3c.widget',
-      version='0.1.5',
+      version='0.1.6',
       author = "Zope Community",
       author_email = "zope3-dev at zope.org",
       description = "Additional Zope3 Widgets",
@@ -45,5 +45,13 @@
                           'zope.security',
                           'zope.traversing',
                           ],
+      classifiers = ['Development Status :: 4 - Beta',
+                     'Environment :: Web Environment',
+                     'Framework :: Zope3',
+                     'Intended Audience :: Developers',
+                     'License :: OSI Approved :: Zope Public License',
+                     'Programming Language :: Python',
+                     'Topic :: Software Development :: Libraries :: Python Modules',
+                     ],
       )
 



More information about the Checkins mailing list