[Checkins] SVN: zope.kgs/trunk/ Get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jan 29 02:48:03 EST 2009


Log message for revision 95375:
  Get ready for release.
  

Changed:
  U   zope.kgs/trunk/CHANGES.txt
  U   zope.kgs/trunk/setup.py

-=-
Modified: zope.kgs/trunk/CHANGES.txt
===================================================================
--- zope.kgs/trunk/CHANGES.txt	2009-01-29 07:32:29 UTC (rev 95374)
+++ zope.kgs/trunk/CHANGES.txt	2009-01-29 07:48:03 UTC (rev 95375)
@@ -2,18 +2,23 @@
 CHANGES
 =======
 
-0.2.0 (2007-11-??)
+1.0.0 (2009-01-29)
 ------------------
 
 - Initial version as ``zope.kgs``.
 
+  * A script that extracts the relevant part of the changelog of each package
+    in the KGS.
+
   * A script that lists all versions of a package released after the latest
     version lsited in the KGS.
 
   * A script that manages the generation of the entire KGS site.
 
-  * Generate an intro page to the KGS.
+    + Generates generic and version-specific pages.
 
+    + Page generation is template-based for easy customization.
+
   * Generate `links.html` file which lists all controlled packages files.
 
   * Features copied from ``zope.release``:

Modified: zope.kgs/trunk/setup.py
===================================================================
--- zope.kgs/trunk/setup.py	2009-01-29 07:32:29 UTC (rev 95374)
+++ zope.kgs/trunk/setup.py	2009-01-29 07:48:03 UTC (rev 95375)
@@ -19,7 +19,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.kgs',
-      version = '0.2.0',
+      version = '1.0.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Known-Good-Set (KGS) Support',
@@ -32,7 +32,7 @@
           ),
       keywords = "zope3 setuptools egg kgs",
       classifiers = [
-          'Development Status :: 4 - Beta',
+          'Development Status :: 5 - Stable',
           'Intended Audience :: Developers',
           'License :: OSI Approved :: Zope Public License',
           'Programming Language :: Python',



More information about the Checkins mailing list