summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-03-23 08:15:47 -0500
committerJason Madden <jamadden@gmail.com>2020-03-23 08:15:47 -0500
commit027ce52cc45d066ba25809473ba21beb2f8f1bf3 (patch)
tree47d82b9df69f716cfb911c7f119b69082f533d16 /setup.py
parent4382cde773a27d7699c74ad0cda3a9268da9e302 (diff)
downloadzope-security-027ce52cc45d066ba25809473ba21beb2f8f1bf3.tar.gz
Ensure all objects have consistent interface resolution orders.
Fixes #71
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0830708..8f80e3b 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.2.0.dev0',
+ version='5.1.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',