diff options
author | Tres Seaver <tseaver@palladion.com> | 2017-04-24 11:42:04 -0400 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2017-04-24 11:42:04 -0400 |
commit | a8ffa268f8c8cd8fb6e553b7764263fe53d2111f (patch) | |
tree | 959583fcf56b0bd442d025a137dca490aa372858 | |
parent | 0cf7a9aa2b70be82ca9dd65273ef05d79338290e (diff) | |
download | zope-security-a8ffa268f8c8cd8fb6e553b7764263fe53d2111f.tar.gz |
Prep 4.1.0 release.4.1.0
-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', |