Commit 7396ca0f authored by Jim Fulton's avatar Jim Fulton

5.1.0

parent 89999e98
......@@ -2,6 +2,9 @@
Change History
================
5.1.0 (2016-11-17)
==================
- ZODB now translates transaction meta data, ``user`` and
``description`` from text to bytes before passing them to storages,
and converts them back to text when retrieving them from storages in
......
......@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo.
"""
version = "5.0.1"
version = "5.1.0"
import os
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