Skip to content

Commit

Permalink
Preparing for 3.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed May 7, 2019
1 parent e889160 commit e0180b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,9 @@
3.0.5
-----

- Issue #31855: :func:`unittest.mock.mock_open` results now respects the
argument of read([size]). Patch contributed by Rémi Lapeyre.

3.0.4
-----

Expand Down
2 changes: 0 additions & 2 deletions NEWS.d/2019-01-11-17-09-15.bpo-31855.PlhfsX.rst

This file was deleted.

2 changes: 1 addition & 1 deletion mock/mock.py
Expand Up @@ -69,7 +69,7 @@
import six
from six import wraps

__version__ = '3.0.4'
__version__ = '3.0.5'
version_info = tuple(int(p) for p in __version__.split('.'))

import mock
Expand Down

0 comments on commit e0180b9

Please sign in to comment.