M README.rst +5 -0
@@ 211,6 211,11 @@ When done, the following scripts can be
Changes
-------
+Version 0.5
+~~~~~~~~~~~
+
+- More robust URI parsing (let DB do the job).
+
Version 0.4
~~~~~~~~~~~
M setup.py +1 -1
@@ 8,7 8,7 @@ if sys.version_info.major < 3:
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 = []