Commit 95fda773 authored by Tres Seaver's avatar Tres Seaver Committed by GitHub

Merge pull request #227 from zopefoundation/prep-5.5.1-release

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