[Checkins] SVN: zc.sourcefactory/trunk/setup.py Use version 0 on trunk

Jim Fulton jim at zope.com
Sat Aug 15 16:12:25 EDT 2009


Log message for revision 102834:
  Use version 0 on trunk
  

Changed:
  U   zc.sourcefactory/trunk/setup.py

-=-
Modified: zc.sourcefactory/trunk/setup.py
===================================================================
--- zc.sourcefactory/trunk/setup.py	2009-08-15 20:12:22 UTC (rev 102833)
+++ zc.sourcefactory/trunk/setup.py	2009-08-15 20:12:25 UTC (rev 102834)
@@ -1,3 +1,18 @@
+##############################################################################
+#
+# Copyright Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+version = '0'
+
 from setuptools import setup, find_packages
 import os.path
 
@@ -8,7 +23,7 @@
 
 setup(
     name="zc.sourcefactory",
-    version="0.6.0dev",
+    version=version,
     author="Zope Corporation and Contributors",
     author_email="zope-dev at zope.org",
     url="http://pypi.python.org/pypi/zc.sourcefactory",



More information about the Checkins mailing list