Commit e69dfaea authored by Jens Vagelpohl's avatar Jens Vagelpohl

- prepare release 5.7.0

parent 90372006
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
Change History Change History
================ ================
5.7.0 (unreleased) 5.7.0 (2022-03-17)
================== ==================
- Fix ``TypeError: can't concat str to bytes`` when running fsoids.py script with Python 3. - Fix ``TypeError: can't concat str to bytes`` when running fsoids.py script
with Python 3.
See `issue 350 <https://github.com/zopefoundation/ZODB/issues/350>`_. See `issue 350 <https://github.com/zopefoundation/ZODB/issues/350>`_.
- Readd transaction size information to ``fsdump`` output; - Readd transaction size information to ``fsdump`` output;
...@@ -17,8 +18,8 @@ ...@@ -17,8 +18,8 @@
- Fix UnboundLocalError when running fsoids.py script. - Fix UnboundLocalError when running fsoids.py script.
See `issue 285 <https://github.com/zopefoundation/ZODB/issues/285>`_. See `issue 285 <https://github.com/zopefoundation/ZODB/issues/285>`_.
- Rework ``fsrefs`` script to work significantly faster by optimizing how it does - Rework ``fsrefs`` script to work significantly faster by optimizing how it
IO. See `PR 340 <https://github.com/zopefoundation/ZODB/pull/340>`_. does IO. See `PR 340 <https://github.com/zopefoundation/ZODB/pull/340>`_.
- Require Python 3 to build the documentation. - Require Python 3 to build the documentation.
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '5.7.0.dev0' version = '5.7.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