From 2bc0de472fcc22126ace7273d84b2634d9e2f942 Mon Sep 17 00:00:00 2001 From: Jan-Wijbrand Kolman Date: Tue, 8 Feb 2011 08:53:38 +0000 Subject: [PATCH] Preparing release 1.3 --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',