Commit c4d50f0b authored by Tres Seaver's avatar Tres Seaver

Prep 1.0 release.

parent 094a4437
``zodburi`` Changelog ``zodburi`` Changelog
===================== =====================
After 1.0b1 (unreleased) 1.0 (2012-06-07)
------------------------ ----------------
- Added support for ``postgres://`` URIs. Thanks to Georges Dubus for - Added support for ``postgres://`` URIs. Thanks to Georges Dubus for
the patch! the patch!
......
...@@ -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.0b1', version='1.0',
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