Commit a2ae6700 authored by Jim Fulton's avatar Jim Fulton

5.0.0a3

parent 76585b67
...@@ -2,12 +2,15 @@ ...@@ -2,12 +2,15 @@
Change History Change History
================ ================
5.0.0a2 (2016-07-01) 5.0.0a3 (2016-07-01)
==================== ====================
Added IMultiCommitStorage to directly represent the changes in the 4.4.0 Added IMultiCommitStorage to directly represent the changes in the 4.4.0
release and to make complient storages introspectable. release and to make complient storages introspectable.
5.0.0a2 (2016-07-01)
====================
See the 4.4.0 release. See the 4.4.0 release.
5.0.0a1 (2016-06-20) 5.0.0a1 (2016-06-20)
......
...@@ -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.0.0a2" version = "5.0.0a3"
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