Skip to content

Commit

Permalink
Prepare release 1.12.0 (#170)
Browse files Browse the repository at this point in the history
Prepare release 1.12.0
  • Loading branch information
nicoddemus committed Nov 19, 2019
2 parents 845876e + dc2e973 commit 420fe64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ repos:
files: ^(CHANGELOG.rst|README.rst|HOWTORELEASE.rst|changelog/.*)$
language: python
additional_dependencies: [pygments, restructuredtext_lint]
python_version: python3.6
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.12.0 (2019-11-19)
-------------------

* Now all patch functions also raise a ``ValueError`` when used
as a context-manager. Thanks `@AlexGascon`_ for the PR (`#168`_).

.. _@AlexGascon: https://github.com/AlexGascon
.. _#168: https://github.com/pytest-dev/pytest-mock/pull/168

1.11.2 (2019-10-19)
-------------------

Expand Down

0 comments on commit 420fe64

Please sign in to comment.