[Checkins] SVN: z3c.baseregistry/trunk/ Prepare first release

Roger Ineichen roger at projekt01.ch
Sun Jan 20 20:47:31 EST 2008


Log message for revision 82991:
  Prepare first release
  Removed old setup.cfg

Changed:
  U   z3c.baseregistry/trunk/CHANGES.txt
  D   z3c.baseregistry/trunk/setup.cfg
  U   z3c.baseregistry/trunk/setup.py

-=-
Modified: z3c.baseregistry/trunk/CHANGES.txt
===================================================================
--- z3c.baseregistry/trunk/CHANGES.txt	2008-01-21 01:26:07 UTC (rev 82990)
+++ z3c.baseregistry/trunk/CHANGES.txt	2008-01-21 01:47:30 UTC (rev 82991)
@@ -2,9 +2,9 @@
 CHANGES
 =======
 
-Version 0.1.0 (unreleased)
---------------------------
+Version 0.5.0
+-------------
 
+- replace import of ZopeMessageFactory
+
 - Initial Release
-
-- replace import of ZopeMessageFactory

Deleted: z3c.baseregistry/trunk/setup.cfg
===================================================================
--- z3c.baseregistry/trunk/setup.cfg	2008-01-21 01:26:07 UTC (rev 82990)
+++ z3c.baseregistry/trunk/setup.cfg	2008-01-21 01:47:30 UTC (rev 82991)
@@ -1,2 +0,0 @@
-[egg_info]
-tag_svn_revision = 1

Modified: z3c.baseregistry/trunk/setup.py
===================================================================
--- z3c.baseregistry/trunk/setup.py	2008-01-21 01:26:07 UTC (rev 82990)
+++ z3c.baseregistry/trunk/setup.py	2008-01-21 01:47:30 UTC (rev 82991)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Setup
 
-$Id:$
+$Id$
 """
 import os
 from setuptools import setup, find_packages
@@ -23,7 +23,7 @@
 
 setup (
     name = "z3c.baseregistry",
-    version = "0.1dev",
+    version = "0.5.0",
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "Manage IComponents instances using Python code and ZCML.",
@@ -33,7 +33,7 @@
         read('CHANGES.txt')
         ),
     license = "ZPL 2.1",
-    keywords = "zope3 baseregistry",
+    keywords = "zope3 z3c component global registry baseregistry",
     classifiers = [
         'Development Status :: 4 - Beta',
         'Environment :: Web Environment',



More information about the Checkins mailing list