Skip to content

Commit

Permalink
Merge pull request #225 from zopefoundation/prep-5.5.0-release
Browse files Browse the repository at this point in the history
Prep 5.5.0 release.
  • Loading branch information
tseaver committed Oct 13, 2018
2 parents 0a91c59 + b692df1 commit aeb34d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
Change History
================

5.5.0 (unreleased)
5.5.0 (2018-10-13)
==================

- 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>`_.
- Add support for Python 3.7.

- 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
<https://github.com/zopefoundation/ZODB/issues/203>`_.

- 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``
and ``u64``) somewhat faster and raise more informative
exceptions on certain types of bad input. See `issue 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()``.

5.4.0 (2018-03-26)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
##############################################################################
from setuptools import setup, find_packages

version = '5.5.0.dev0'
version = '5.5.0'

classifiers = """\
Intended Audience :: Developers
Expand Down

0 comments on commit aeb34d3

Please sign in to comment.