Commit b53c7019 authored by Jim Fulton's avatar Jim Fulton

4.4.3

parent a2da8235
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Change History Change History
================ ================
4.4.3 (unreleased) 4.4.3 (2016-08-04)
================== ==================
- Internal FileStorage-undo fixes that should allow undo in some cases - Internal FileStorage-undo fixes that should allow undo in some cases
......
...@@ -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 = "4.4.2" version = "4.4.3"
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