Commit 6a5341d7 authored by Jim Fulton's avatar Jim Fulton

Preparing release 5.2.0

parent 23fe21d9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Change History Change History
================ ================
5.2.0 (unreleased) 5.2.0 (2017-02-09)
================== ==================
- Call new afterCompletion API on storages to allow them to free - Call new afterCompletion API on storages to allow them to free
......
...@@ -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.1" version = '5.2.0'
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