Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert committed Jul 24, 2024
1 parent 6f67fab commit bf73d84
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 13 deletions.
13 changes: 12 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
History
=======

1.5.2 (2024-07-24)
------------------

Bug fixes
~~~~~~~~~
* `#162 <https://github.com/aklajnert/pytest-subprocess/pull/162>`_: Include tests (and docs) and sdist correctly, and stop installing them to site-packages.

Other changes
~~~~~~~~~~~~~
* `#163 <https://github.com/aklajnert/pytest-subprocess/pull/163>`_: Add support for Python 3.12.

1.5.1 (2024-07-23)
------------------

Other changes
~~~~~~~~~~~~~
* `#160 <https://github.com/aklajnert/pytest-subprocess/pull/160>`_: Changed pytest entrypoint to avoid error while loading plugin with `-p` argument.
* `#127 <https://github.com/aklajnert/pytest-subprocess/pull/127>`_: Add `tests` directory to sdist.
* `#128 <https://github.com/aklajnert/pytest-subprocess/pull/128>`_: Add `tests` directory to sdist.

1.5.0 (2023-01-28)
------------------
Expand Down
6 changes: 0 additions & 6 deletions changelog.d/bug.23d6beb2.entry.yaml

This file was deleted.

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

This file was deleted.

16 changes: 16 additions & 0 deletions changelog.d/releases/20.1.5.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
entries:
bug:
- message: Include tests (and docs) and sdist correctly, and stop installing them
to site-packages.
pr_ids:
- '162'
timestamp: 1721819311
other:
- message: Add support for Python 3.12.
pr_ids:
- '163'
timestamp: 1721819580
previous_release: 1.5.1
release_date: '2024-07-24'
release_description: ''
release_version: 1.5.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.5.1",
version="1.5.2",
author="Andrzej Klajnert",
author_email="python@aklajnert.pl",
maintainer="Andrzej Klajnert",
Expand Down

0 comments on commit bf73d84

Please sign in to comment.