diff --git a/CHANGES.txt b/CHANGES.txt index 9e8660ae..015d03d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Changelog ========= +3.0b2 (unreleased) +------------------ + + 3.0b1 (2012-07-19) ------------------ diff --git a/setup.py b/setup.py index 815d801f..a44fdd11 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import setup, find_packages setup(name='Products.ZCatalog', - version='3.0b1', + version='3.0b2', url='http://pypi.python.org/pypi/Products.ZCatalog', license='ZPL 2.1', description="Zope 2's indexing and search solution.",