Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 1, 2016
1 parent caf745f commit 05be22e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,12 @@
Change History
================

4.4.1 (2016-07-01)
==================

Added IMultiCommitStorage to directly represent the changes in the 4.4.0
release and to make complient storages introspectable.

4.4.0 (2016-06-30)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
interface, rich transaction support, and undo.
"""

version = "4.4.0"
version = "4.4.1"

import os
from setuptools import setup, find_packages
Expand Down

0 comments on commit 05be22e

Please sign in to comment.