Commit c4d50f0b authored by Tres Seaver's avatar Tres Seaver

Prep 1.0 release.

parent 094a4437
``zodburi`` Changelog
=====================
After 1.0b1 (unreleased)
------------------------
1.0 (2012-06-07)
----------------
- Added support for ``postgres://`` URIs. Thanks to Georges Dubus for
the patch!
......
......@@ -20,7 +20,7 @@ if sys.version_info[:2] < (2, 6):
tests_require = requires + ['mock']
setup(name='zodburi',
version='1.0b1',
version='1.0',
description=('Constructs ZODB storage instances from URIs.'),
long_description=README + '\n\n' + CHANGES,
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