[Checkins] SVN: zope.app.security/trunk/setup.py Changed to use 0 as trunk version.

Jim Fulton jim at zope.com
Sat Aug 15 15:56:41 EDT 2009


Log message for revision 102829:
  Changed to use 0 as trunk version.
  

Changed:
  U   zope.app.security/trunk/setup.py

-=-
Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-08-15 19:56:38 UTC (rev 102828)
+++ zope.app.security/trunk/setup.py	2009-08-15 19:56:41 UTC (rev 102829)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -11,10 +11,9 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.app.security package
 
-$Id$
-"""
+version = '0'
+
 import os
 from setuptools import setup, find_packages
 
@@ -22,7 +21,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.7.1dev',
+      version = '0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='ZMI Views For Zope3 Security Components',



More information about the Checkins mailing list