Commit 73c3ae36 authored by Jim Fulton's avatar Jim Fulton

5.1.1

parent 0c747419
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
Change History Change History
================ ================
5.1.1 (2016-11-18)
==================
- Fixed: ``ZODB.Connection.TransactionMetaData`` didn't support custom data - Fixed: ``ZODB.Connection.TransactionMetaData`` didn't support custom data
storage that some storages rely on. storage that some storages rely on.
......
...@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage ...@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo. interface, rich transaction support, and undo.
""" """
version = "5.1.0" version = "5.1.1"
import os import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
......
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