Commit c4f00cc2 authored by Kirill Smelkov's avatar Kirill Smelkov

Garden changelog

- Both ZODB4/ZODB5 were started to be supported since 7502fa4f (tox tests with zodb4),
- PyPy started to by supported since 6c46a29d (Added pypy to tox and travis),
- ``demo:`` URI resolver was added in 2f02bc90 (demo: URI resolver).

Bump next version due to the new features.

/reviewed-by @bertjwregeer
/reviewed-on https://github.com/Pylons/zodburi/pull/29#issuecomment-836915440
parent 8b44af2c
...@@ -3,13 +3,19 @@ ...@@ -3,13 +3,19 @@
Change Log Change Log
---------- ----------
2.4.1 (unreleased) 2.5.0 (unreleased)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
- Support both ZODB4 and ZODB5.
- Add support for PyPy.
- Add support for Python 3.8. - Add support for Python 3.8.
- Drop support for Python 3.4. - Drop support for Python 3.4.
- Add support for ``demo:`` URI scheme.
2.4.0 (2019-01-11) 2.4.0 (2019-01-11)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
......
...@@ -27,7 +27,7 @@ docs_extras = tests_require + [ ...@@ -27,7 +27,7 @@ docs_extras = tests_require + [
] ]
setup(name='zodburi', setup(name='zodburi',
version='2.4.1.dev0', version='2.5.0.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