Commit aeb34d3b authored by Tres Seaver's avatar Tres Seaver Committed by GitHub

Merge pull request #225 from zopefoundation/prep-5.5.0-release

Prep 5.5.0 release.
parents 0a91c598 b692df10
...@@ -2,12 +2,10 @@ ...@@ -2,12 +2,10 @@
Change History Change History
================ ================
5.5.0 (unreleased) 5.5.0 (2018-10-13)
================== ==================
- Remove support for ``python setup.py test``. It hadn't been working - Add support for Python 3.7.
for some time. See `issue #218
<https://github.com/zopefoundation/ZODB/issues/218>`_.
- Bump the dependency on zodbpickle to at least 1.0.1. This is - Bump the dependency on zodbpickle to at least 1.0.1. This is
required to avoid a memory leak on Python 2.7. See `issue 203 required to avoid a memory leak on Python 2.7. See `issue 203
...@@ -15,13 +13,15 @@ ...@@ -15,13 +13,15 @@
- Bump the dependency on persistent to at least 4.4.0. - Bump the dependency on persistent to at least 4.4.0.
- Add support for Python 3.7.
- Make the internal support functions for dealing with OIDs (``p64`` - Make the internal support functions for dealing with OIDs (``p64``
and ``u64``) somewhat faster and raise more informative and ``u64``) somewhat faster and raise more informative
exceptions on certain types of bad input. See `issue 216 exceptions on certain types of bad input. See `issue 216
<https://github.com/zopefoundation/ZODB/issues/216>`_. <https://github.com/zopefoundation/ZODB/issues/216>`_.
- Remove support for ``python setup.py test``. It hadn't been working
for some time. See `issue #218
<https://github.com/zopefoundation/ZODB/issues/218>`_.
- Make the tests run faster by avoiding calls to ``time.sleep()``. - Make the tests run faster by avoiding calls to ``time.sleep()``.
5.4.0 (2018-03-26) 5.4.0 (2018-03-26)
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '5.5.0.dev0' version = '5.5.0'
classifiers = """\ classifiers = """\
Intended Audience :: Developers Intended Audience :: Developers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment