Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Nov 17, 2016
1 parent 89999e9 commit 7396ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
interface, rich transaction support, and undo.
"""

version = "5.0.1"
version = "5.1.0"

import os
from setuptools import setup, find_packages
Expand Down

0 comments on commit 7396ca0

Please sign in to comment.