Skip to content

Commit 1c89f84

Browse files
release 1.0.2 (#152)
Co-authored-by: Gabriel Fioravante <[email protected]>
1 parent 877f592 commit 1c89f84

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

README.rst

-38
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,6 @@ pytest-xprocess
33

44
A pytest plugin for managing external processes across test runs.
55

6-
.. image:: https://img.shields.io/github/last-commit/pytest-dev/pytest-xprocess?color=blue
7-
:target: https://github.com/pytest-dev/pytest-xprocess/commits/master
8-
:alt: GitHub last commit
9-
.. image:: https://img.shields.io/github/issues-pr-closed-raw/pytest-dev/pytest-xprocess?color=blue
10-
:target: https://github.com/pytest-dev/pytest-xprocess/pulls?q=is%3Apr+is%3Aclosed
11-
:alt: GitHub closed pull requests
12-
.. image:: https://img.shields.io/github/issues-closed/pytest-dev/pytest-xprocess?color=blue
13-
:target: https://github.com/pytest-dev/pytest-xprocess/issues?q=is%3Aissue+is%3Aclosed
14-
:alt: GitHub closed issues
15-
.. image:: https://img.shields.io/pypi/dm/pytest-xprocess?color=blue
16-
:target: https://pypi.org/project/pytest-xprocess/
17-
:alt: PyPI - Downloads
18-
.. image:: https://img.shields.io/github/languages/code-size/pytest-dev/pytest-xprocess?color=blue
19-
:target: https://github.com/pytest-dev/pytest-xprocess
20-
:alt: Code size
21-
.. image:: https://img.shields.io/pypi/v/pytest-xprocess.svg?color=blue
22-
:target: https://github.com/pytest-dev/pytest-xprocess/releases
23-
:alt: Release
24-
.. image:: https://img.shields.io/badge/license-MIT-blue.svg?color=blue
25-
:target: https://github.com/pytest-dev/pytest-xprocess/blob/master/LICENSE
26-
:alt: License
27-
.. image:: https://img.shields.io/pypi/pyversions/pytest-xprocess.svg?color=blue
28-
:target: https://pypi.org/project/pytest-xprocess
29-
:alt: supported python versions
30-
.. image:: https://img.shields.io/github/issues-raw/pytest-dev/pytest-xprocess.svg?color=blue
31-
:target: https://github.com/pytest-dev/pytest-xprocess/issues
32-
:alt: Issues
33-
.. image:: https://github.com/pytest-dev/pytest-xprocess/workflows/build/badge.svg
34-
:target: https://github.com/pytest-dev/pytest-xprocess/actions
35-
:alt: build status
36-
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
37-
:target: https://github.com/ambv/black
38-
:alt: style
39-
.. image:: https://readthedocs.org/projects/pytest-xprocess/badge/?version=latest
40-
:target: https://pytest-xprocess.readthedocs.io/en/latest/?badge=latest
41-
:alt: Documentation Status
42-
43-
446
Installing
457
----------
468

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author = "Holger Krekel"
1919

2020
# The full version, including alpha/beta/rc tags
21-
release = "0.23.0"
21+
release = "1.0.2"
2222

2323

2424
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)