summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-02-14 09:43:07 -0500
committerTres Seaver <tseaver@palladion.com>2013-02-14 09:43:07 -0500
commitf90aaf52cbe67593aff448eb3a2f0a2dcbb9f4f8 (patch)
tree21840387f4a6b47a0d070197df1ef97362ff35b1
parent37c692e30b9ef6a27c5299fd9447076606ee082f (diff)
downloadzope-security-f90aaf52cbe67593aff448eb3a2f0a2dcbb9f4f8.tar.gz
Prep 4.0.0a1 release.4.0.0a1
Alpha because we don't yet have PyPy support.
-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',