Commit c201d1cd authored by Tres Seaver's avatar Tres Seaver

Prep 1.1 release.

parent fa3a619a
``zodburi`` Changelog ``zodburi`` Changelog
===================== =====================
1.1 (unreleased) 1.1 (2012-09-12)
---------------- ----------------
- Removed support for ``postgres://`` URIs, which will now be provided by - Removed support for ``postgres://`` URIs, which will now be provided by
......
...@@ -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.1dev', version='1.1',
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