diff --git a/CHANGES.txt b/CHANGES.txt index 6a10dd0..3bb57a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ Changes ======= -1.3 (unreleased) +1.3 (2011-02-08) ---------------- - As the camefrom information is most probably used for a redirect, require diff --git a/setup.py b/setup.py index 9c3cc74..40c942b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() setup(name='zope.pluggableauth', - version = '1.3dev', + version='1.3', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Pluggable Authentication Utility',