<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,11 @@
 from setuptools import setup, find_packages
-from zerokspot.recipe.distutils import get_version
 
 setup(
         name='zerokspot.recipe.distutils',
         author='Horst Gutmann',
         author_email='zerok@zerokspot.com',
         description=&quot;Recipe for zc.buildout that downloads one or multiple distutils-archives and installs them&quot;,
-        version=get_version(),
+        version='0.1.2',
         packages=find_packages(),
         entry_points={'zc.buildout': 
             ['default = zerokspot.recipe.distutils:Recipe']},</diff>
      <filename>setup.py</filename>
    </modified>
    <modified>
      <diff>@@ -4,20 +4,6 @@ import zc.buildout
 import setuptools.archive_util
 import distutils.core
 
-VERSION = (0, 1, 1, 'final', 0)
-
-def get_version():
-    v = '%d.%d' % VERSION[:2]
-    if VERSION[2] != 0:
-        v = '%s.%d' % (v, VERSION[2])
-    if VERSION[3] != 'final':
-        if VERSION[3] == 'dev':
-            return '%sdev' % (v,)
-        else:
-            return '%s%s%d' % (v, VERSION[3], VERSION[4])
-    else:
-        return v
-
 class Recipe(object):
 
     def __init__(self, buildout, name, options):</diff>
      <filename>zerokspot/recipe/distutils/__init__.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1d8d7d6c783daddbbef4ae88bb1eb31bc92154c6</id>
    </parent>
  </parents>
  <author>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </author>
  <url>http://github.com/zerok/zerokspot.recipe.distutils/commit/57f99f4d0f76c7bbf5b62959273c996cd5a53ceb</url>
  <id>57f99f4d0f76c7bbf5b62959273c996cd5a53ceb</id>
  <committed-date>2009-09-26T05:52:38-07:00</committed-date>
  <authored-date>2009-09-26T05:52:38-07:00</authored-date>
  <message>Removed dependency to the recipe from the setup.py</message>
  <tree>40fed3f8956f1727b71c44be575cb63e56c906ed</tree>
  <committer>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </committer>
</commit>
