Skip to content

Commit

Permalink
Garden changelog
Browse files Browse the repository at this point in the history
- Both ZODB4/ZODB5 were started to be supported since 7502fa4 (tox tests with zodb4),
- PyPy started to by supported since 6c46a29 (Added pypy to tox and travis),
- ``demo:`` URI resolver was added in 2f02bc9 (demo: URI resolver).

Bump next version due to the new features.

/reviewed-by @bertjwregeer
/reviewed-on Pylons#29 (comment)
  • Loading branch information
navytux committed May 11, 2021
1 parent 8b44af2 commit c4f00cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
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.

- Drop support for Python 3.4.

- Add support for ``demo:`` URI scheme.

2.4.0 (2019-01-11)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]

setup(name='zodburi',
version='2.4.1.dev0',
version='2.5.0.dev0',
description=('Construct ZODB storage instances from URIs.'),
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit c4f00cc

Please sign in to comment.