Commit 77456be4 authored by Tres Seaver's avatar Tres Seaver

Prep 2.0b1 release.

parent 35883ebd
``zodburi`` Changelog
=====================
Unreleased
----------
2.0b1 (2013-05-02)
------------------
- Added support for Python 3.2 / 3.3.
......
......@@ -23,8 +23,8 @@ testing_extras = tests_require + ['nose', 'coverage']
docs_extras = tests_require + ['Sphinx']
setup(name='zodburi',
version='1.2dev',
description=('Constructs ZODB storage instances from URIs.'),
version='2.0b1',
description=('Construct ZODB storage instances from URIs.'),
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Intended Audience :: Developers",
......
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