diff options
-rw-r--r-- | CHANGES.rst | 11 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 8d2528e..0ffa5f5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -4.1.0 (unreleased) +4.1.0 (2017-04-24) ------------------ - When testing ``PURE_PYTHON`` environments under ``tox``, avoid poisoning @@ -11,12 +11,9 @@ Changes - Add support for Python 3.5 and 3.6. -- Fix iteration of pure-Python BTrees.items(). See `issue 20 - <https://github.com/zopefoundation/zope.security/issues/20>`_. - -- Fix creating a list from a BTrees.items() on Python 3. See `issue 20 - <https://github.com/zopefoundation/zope.security/issues/20>`_. - +- Fix `issue 20 <https://github.com/zopefoundation/zope.security/issues/20>`_: + iteration of pure-Python ``BTrees.items()``, and also creating a list from + ``BTrees.items()`` on Python 3. 4.0.3 (2015-06-02) ------------------ @@ -107,7 +107,7 @@ else: ] setup(name='zope.security', - version='4.1.0.dev0', + version='4.1.0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', |