Skip to content

Commit

Permalink
Prepare Acquisition 4.0a1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Dec 13, 2011
1 parent a03a08f commit 48cbbfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
@@ -1,8 +1,8 @@
Changelog
=========

4.0 (unreleased)
----------------
4.0a1 (2011-12-13)
------------------

- Raise `RuntimeError: Recursion detected in acquisition wrapper` if an object
with a `__parent__` pointer points to a wrapper that in turn points to the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
from setuptools import setup, find_packages, Extension

setup(name='Acquisition',
version = '4.0dev',
version = '4.0a1',
url='http://pypi.python.org/pypi/Acquisition',
license='ZPL 2.1',
description="Acquisition is a mechanism that allows objects to obtain "
Expand Down

0 comments on commit 48cbbfc

Please sign in to comment.