[Checkins] SVN: z3c.configurator/trunk/ preparing release

Michael Howitz mh at gocept.com
Sun Jan 4 16:20:03 EST 2009


Log message for revision 94515:
  preparing release

Changed:
  U   z3c.configurator/trunk/CHANGES.txt
  U   z3c.configurator/trunk/setup.py

-=-
Modified: z3c.configurator/trunk/CHANGES.txt
===================================================================
--- z3c.configurator/trunk/CHANGES.txt	2009-01-04 21:10:23 UTC (rev 94514)
+++ z3c.configurator/trunk/CHANGES.txt	2009-01-04 21:20:02 UTC (rev 94515)
@@ -2,10 +2,10 @@
 CHANGES
 =======
 
-Version 1.1.2dev (unreleased)
------------------------------
+Version 1.1.2 (2009-01-04)
+--------------------------
 
-- Added possibility to apply only specific named plugins in confugure.
+- Added possibility to apply only specific named plugins in configure.
 
 - New option to configure allows to have namespaced data to resolve
   naming conflicts.
@@ -13,7 +13,9 @@
 - Added a page to call configurators TTW. This is the first step
   towards mergin z3c.configurator and z3c.sampledata into one package.
 
-- bugfix: Defining recursive dependent names in IConfigurationPlugin 
+- Added documentation to Pypi home page.
+
+- bugfix: Defining recursive dependent names in IConfigurationPlugin
   dependencies, ends in recursive plugin lookup.
 
 - bugfix: SchemaConfigurationPluginBase now implements

Modified: z3c.configurator/trunk/setup.py
===================================================================
--- z3c.configurator/trunk/setup.py	2009-01-04 21:10:23 UTC (rev 94514)
+++ z3c.configurator/trunk/setup.py	2009-01-04 21:20:02 UTC (rev 94515)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id:$
+$Id$
 """
 
 import os
@@ -25,11 +25,15 @@
     name = 'z3c.configurator',
     version='1.1.2dev',
     author = "Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "Dynamic configuration",
     long_description=(
         read('README.txt')
+        + '\n\n.. contents::\n\n' +
+        read('src', 'z3c', 'configurator', 'README.txt')
         + '\n\n' +
+        read('src', 'z3c', 'configurator', 'browser', 'README.txt')
+        + '\n\n' +
         read('CHANGES.txt')
         ),
     license = 'ZPL 2.1',



More information about the Checkins mailing list