Commit cf115abc authored by Kirill Smelkov's avatar Kirill Smelkov

Preparing release 2.5.0

parent 7ef9bc46
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Change Log Change Log
---------- ----------
2.5.0 (unreleased) 2.5.0 (2021-05-12)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
- Support both ZODB4 and ZODB5. - Support both ZODB4 and ZODB5.
......
...@@ -27,7 +27,7 @@ docs_extras = tests_require + [ ...@@ -27,7 +27,7 @@ docs_extras = tests_require + [
] ]
setup(name='zodburi', setup(name='zodburi',
version='2.5.0.dev0', version='2.5.0',
description=('Construct ZODB storage instances from URIs.'), description=('Construct 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