Skip to content

Commit dc2e973

Browse files
committed
Prepare release 1.12.0
1 parent 845876e commit dc2e973

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ repos:
1919
files: ^(CHANGELOG.rst|README.rst|HOWTORELEASE.rst|changelog/.*)$
2020
language: python
2121
additional_dependencies: [pygments, restructuredtext_lint]
22-
python_version: python3.6

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.12.0 (2019-11-19)
2+
-------------------
3+
4+
* Now all patch functions also raise a ``ValueError`` when used
5+
as a context-manager. Thanks `@AlexGascon`_ for the PR (`#168`_).
6+
7+
.. _@AlexGascon: https://github.com/AlexGascon
8+
.. _#168: https://github.com/pytest-dev/pytest-mock/pull/168
9+
110
1.11.2 (2019-10-19)
211
-------------------
312

0 commit comments

Comments
 (0)