Skip to content

Commit

Permalink
Release 1.4.2 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert authored Oct 2, 2022
1 parent e71dc21 commit d04e060
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 35 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
History
=======

unreleased (2022-10-02)
-----------------------
1.4.2 (2022-10-02)
------------------

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/feature.256e6069.entry.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/feature.3dc218dd.entry.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/other.533cbb9f.entry.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/other.9bced3bd.entry.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/other.b89883be.entry.yaml

This file was deleted.

35 changes: 35 additions & 0 deletions changelog.d/releases/17.1.4.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
entries:
bug:
- message: Raise callback exceptions on `communicate()` calls.
pr_ids:
- '93'
timestamp: 1662136001
feature:
- message: Add support for Python 3.11.
pr_ids:
- '87'
timestamp: 1659440672
- message: The `register()` method returns an auxiliary object that will contain
all matching `FakePopen` instances.
pr_ids:
- '80'
- '86'
timestamp: 1651409374
other:
- message: Fixed warnings in tests, treat warnings as errors.
pr_ids:
- '97'
timestamp: 1664691594
- message: Use `sys.executable` instead just `"python"` in tests while invoking
python subprocess.
pr_ids:
- '91'
timestamp: 1661605450
- message: Fix documentation build, add CI check for it.
pr_ids:
- '90'
timestamp: 1661604388
previous_release: 1.4.1
release_date: '2022-10-02'
release_description: ''
release_version: 1.4.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.4.1",
version="1.4.2",
author="Andrzej Klajnert",
author_email="[email protected]",
maintainer="Andrzej Klajnert",
Expand Down

0 comments on commit d04e060

Please sign in to comment.