[Checkins] SVN: ZODB/branches/3.7/setup.py Uodated release info.

Jim Fulton jim at zope.com
Wed Feb 28 16:41:46 EST 2007


Log message for revision 72921:
  Uodated release info.
  

Changed:
  U   ZODB/branches/3.7/setup.py

-=-
Modified: ZODB/branches/3.7/setup.py
===================================================================
--- ZODB/branches/3.7/setup.py	2007-02-28 21:21:43 UTC (rev 72920)
+++ ZODB/branches/3.7/setup.py	2007-02-28 21:41:45 UTC (rev 72921)
@@ -20,7 +20,7 @@
 interface, rich transaction support, and undo.
 """
 
-VERSION = "3.7.0b4"
+VERSION = "3.7.0c1"
 
 # The (non-obvious!) choices for the Trove Development Status line:
 # Development Status :: 5 - Production/Stable
@@ -28,7 +28,7 @@
 # Development Status :: 3 - Alpha
 
 classifiers = """\
-Development Status :: 3 - Alpha
+Development Status :: 4 - Beta
 Intended Audience :: Developers
 License :: OSI Approved :: Zope Public License
 Programming Language :: Python
@@ -243,8 +243,6 @@
       version=VERSION,
       maintainer="Zope Corporation",
       maintainer_email="zodb-dev at zope.org",
-      url = "http://www.zope.org/Wikis/ZODB",
-      download_url = "http://www.zope.org/Products/ZODB3.5",
       packages = packages,
       package_dir = {'': 'src'},
       ext_modules = exts,



More information about the Checkins mailing list