prepare internal release

parent 48338b90
......@@ -17,7 +17,7 @@ import os
from setuptools import setup, find_packages, Extension
setup(name='Acquisition',
version = '2.13.5dev',
version = '2.13.4nxd001',
url='http://pypi.python.org/pypi/Acquisition',
license='ZPL 2.1',
description="Acquisition is a mechanism that allows objects to obtain "
......
......@@ -157,3 +157,4 @@ def test_wrapper_comparissons():
>>> assert not b.c.aq_inContextOf(b.a)
>>> assert not b.a.aq_inContextOf('somestring')
'''
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