Commit 7a4a0b80 authored by Kirill Smelkov's avatar Kirill Smelkov

Back to development: 2.5.1

parent cf115abc
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
Change Log Change Log
---------- ----------
2.5.1 (unreleased)
~~~~~~~~~~~~~~~~~~
- Nothing changed yet.
2.5.0 (2021-05-12) 2.5.0 (2021-05-12)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
......
...@@ -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', version='2.5.1.dev0',
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