# HG changeset patch # User Oben Sonne # Date 1414253013 -7200 # Sat Oct 25 18:03:33 2014 +0200 # Node ID dde2de97835b5c821f26f228d4d18cc8a4643936 # Parent 303b62af36f449746d3634fbeb897ca08597915b prepare release 0.4 diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -211,6 +211,11 @@ Changes ------- +Version 0.4 +~~~~~~~~~~~ + +- Databases can now created using an a factory function which accepts an URI. + Version 0.3 ~~~~~~~~~~~ diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.rst')).read() -version = '0.3' +version = '0.4' install_requires = []