From 20ebbf55273dbf969c08377fab50bc952165651a Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 24 Dec 2014 17:58:09 -0500 Subject: [PATCH] Prep 4.0.0 release. --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 82a8116..e523ae8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -4.0.0 (unreleased) +4.0.0 (2014-12-24) ------------------ - Add support for PyPy. (PyPy3 is pending release of a fix for: diff --git a/setup.py b/setup.py index 9009034..9d31959 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def alltests(): return unittest.TestSuite(suites) setup(name='zope.principalregistry', - version='4.0.0.dev0', + version='4.0.0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Global principal registry component for Zope3',