Skip to content

Commit

Permalink
Release version 1.3.2 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert authored Nov 7, 2021
1 parent 7e403f4 commit 2a6ec3e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
History
=======

1.3.2 (2021-11-07)
------------------

Bug fixes
~~~~~~~~~
* `#61 <https://github.com/aklajnert/pytest-subprocess/pull/61>`_: Fixed behavior of ``asyncio.create_subproess_exec()``.

1.3.1 (2021-11-01)
------------------

Expand Down
5 changes: 0 additions & 5 deletions changelog.d/bug.ea4e32af.entry.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions changelog.d/releases/14.1.3.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
entries:
bug:
- message: Fixed behavior of ``asyncio.create_subproess_exec()``.
pr_ids:
- '61'
timestamp: 1636289056
previous_release: 1.3.1
release_date: '2021-11-07'
release_description: ''
release_version: 1.3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(fname):

setup(
name="pytest-subprocess",
version="1.3.1",
version="1.3.2",
author="Andrzej Klajnert",
author_email="[email protected]",
maintainer="Andrzej Klajnert",
Expand Down

0 comments on commit 2a6ec3e

Please sign in to comment.