[Checkins] SVN: z3c.baseregistry/trunk/ Get ready for release. Since this code is stable, I decided to go ahead

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jan 24 12:41:10 EST 2008


Log message for revision 83177:
  Get ready for release. Since this code is stable, I decided to go ahead 
  with making it a 1.0.0.
  

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

-=-

Property changes on: z3c.baseregistry/trunk
___________________________________________________________________
Name: svn:ignore
   - develop-eggs
dist
bin
parts
.installed.cfg
build

   + bin
build
coverage
develop-eggs
dist
parts
.installed.cfg


Modified: z3c.baseregistry/trunk/CHANGES.txt
===================================================================
--- z3c.baseregistry/trunk/CHANGES.txt	2008-01-24 17:40:16 UTC (rev 83176)
+++ z3c.baseregistry/trunk/CHANGES.txt	2008-01-24 17:41:10 UTC (rev 83177)
@@ -2,15 +2,7 @@
 CHANGES
 =======
 
-0.5.1 (unreleased)
-------------------
+Version 1.0.0 (2008-01-24)
+--------------------------
 
-- ...
-
-
-Version 0.5.0
--------------
-
-- replace import of ZopeMessageFactory
-
 - Initial Release

Modified: z3c.baseregistry/trunk/setup.py
===================================================================
--- z3c.baseregistry/trunk/setup.py	2008-01-24 17:40:16 UTC (rev 83176)
+++ z3c.baseregistry/trunk/setup.py	2008-01-24 17:41:10 UTC (rev 83177)
@@ -23,9 +23,9 @@
 
 setup (
     name = "z3c.baseregistry",
-    version = "0.5.1dev",
+    version = "1.0.0",
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "Manage IComponents instances using Python code and ZCML.",
     long_description=(
         read('README.txt')
@@ -35,7 +35,7 @@
     license = "ZPL 2.1",
     keywords = "zope3 z3c component global registry baseregistry",
     classifiers = [
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.baseregistry',
+    url = 'http://pypi.python.org/pypi/z3c.baseregistry',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list