Commit fa3a619a authored by Tres Seaver's avatar Tres Seaver

Note removal of postgres: URI schema.

parent bab09f7f
``zodburi`` Changelog ``zodburi`` Changelog
===================== =====================
1.1 (unreleased)
----------------
- Removed support for ``postgres://`` URIs, which will now be provided by
the ``relstorage`` package. Thanks to Georges Dubus for
the patch!
1.0 (2012-06-07) 1.0 (2012-06-07)
---------------- ----------------
......
...@@ -20,7 +20,7 @@ if sys.version_info[:2] < (2, 6): ...@@ -20,7 +20,7 @@ if sys.version_info[:2] < (2, 6):
tests_require = requires + ['mock'] tests_require = requires + ['mock']
setup(name='zodburi', setup(name='zodburi',
version='1.0', version='1.1dev',
description=('Constructs ZODB storage instances from URIs.'), description=('Constructs ZODB storage instances from URIs.'),
long_description=README + '\n\n' + CHANGES, long_description=README + '\n\n' + CHANGES,
classifiers=[ classifiers=[
......
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