summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-06-02 19:39:08 -0400
committerTres Seaver <tseaver@palladion.com>2015-06-02 19:39:08 -0400
commit707952d3fdcfbdc2feb9ed980c12b852ea37935e (patch)
treeb46c0453466c5ba6607782e95ddd7154bccec6f3
parent15bcfca4ae23e94586af3df86f607f9047c8e188 (diff)
downloadzope-security-707952d3fdcfbdc2feb9ed980c12b852ea37935e.tar.gz
Prep 4.0.3 release.4.0.3
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4d6c13a..f0fb8e8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.0.3 (unreleased)
+4.0.3 (2015-06-02)
------------------
- Fix iteration over security proxies in Python 3 using the pure-Python
diff --git a/setup.py b/setup.py
index 370e872..71451d8 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ else:
]
setup(name='zope.security',
- version='4.0.3.dev0',
+ version='4.0.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',