Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Apr 22, 2014
1 parent 094a864 commit df0b750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
name, version = 'zc.zodbwsgi', '1.0.0'
name, version = 'zc.zodbwsgi', '1.1.0'

install_requires = ['setuptools', 'repoze.retry', 'ZConfig', 'ZODB3']
extras_require = dict(
Expand Down
3 changes: 3 additions & 0 deletions src/zc/zodbwsgi/README.rst
Expand Up @@ -837,6 +837,9 @@ external services, you can take a hybrid approach:
Changes
=======

1.1.0 (2014-04-22)
------------------

- Provide Python ``push`` and ``pop`` methods for use when testing and
when running the server in the test process.

Expand Down

0 comments on commit df0b750

Please sign in to comment.