# HG changeset patch # User Oben Sonne # Date 1414261717 -7200 # Sat Oct 25 20:28:37 2014 +0200 # Node ID 299ea57b24f7284e9accfa32cf1aaa65c0091d1b # Parent 1d6117b3648a7a9d576560c87742d970d4979e9d prepare release 0.5 diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -211,6 +211,11 @@ Changes ------- +Version 0.5 +~~~~~~~~~~~ + +- More robust URI parsing (let DB do the job). + Version 0.4 ~~~~~~~~~~~ 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.4' +version = '0.5' install_requires = []