Commit 2f03a3d7 authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare a new release

parent f6a0c061
[buildout]
develop = .
parts = interpreter test
find-links = http://download.zope.org/distribution/
[interpreter]
recipe = zc.recipe.egg
......
......@@ -17,8 +17,8 @@ import os
from setuptools import setup, find_packages, Extension
setup(name='Acquisition',
version = '2.12.0dev',
url='http://cheeseshop.python.org/pypi/Acquisition',
version = '2.12.0a1',
url='http://pypi.python.org/pypi/Acquisition',
license='ZPL 2.1',
description="Acquisition is a mechanism that allows objects to obtain "
"attributes from the containment hierarchy they're in.",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment