Commit 83012b1d authored by Tres Seaver's avatar Tres Seaver

Prep ZODB 5.5.1 release.

parent 04ba442d
......@@ -2,14 +2,13 @@
Change History
================
5.5.1 (unreleased)
5.5.1 (2018-10-25)
==================
- Fix KeyError on releasing resources of a Connection when closing the DB.
This requires at least version 2.4 of the `transaction` package.
See `issue 208 <https://github.com/zopefoundation/ZODB/issues/208>`.
5.5.0 (2018-10-13)
==================
......
......@@ -13,7 +13,7 @@
##############################################################################
from setuptools import setup, find_packages
version = '5.5.1.dev0'
version = '5.5.1'
classifiers = """\
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