summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ca26198..1f58543 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
CHANGES
=======
-4.0.0 (unreleased)
-------------------
+4.0.0a1 (2013-02-14)
+--------------------
- Added support for Python 3.2 and 3.3.
diff --git a/setup.py b/setup.py
index ffca17f..09fb876 100644
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ else:
]
setup(name='zope.security',
- version='4.0.0dev',
+ version='4.0.0a1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',