Skip to content

Commit 33894b5

Browse files
committed
Bump version: 2.8.0 → 2.8.1
1 parent 3aa43a0 commit 33894b5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.8.0
2+
current_version = 2.8.1
33
commit = True
44
tag = True
55

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Overview
3838
.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pytest-cov.svg
3939
:target: https://anaconda.org/conda-forge/pytest-cov
4040

41-
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v2.8.0.svg
41+
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v2.8.1.svg
4242
:alt: Commits since latest release
43-
:target: https://github.com/pytest-dev/pytest-cov/compare/v2.8.0...master
43+
:target: https://github.com/pytest-dev/pytest-cov/compare/v2.8.1...master
4444

4545
.. |wheel| image:: https://img.shields.io/pypi/wheel/pytest-cov.svg
4646
:alt: PyPI Wheel

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
year = '2016'
2626
author = 'pytest-cov contributors'
2727
copyright = '{}, {}'.format(year, author)
28-
version = release = '2.8.0'
28+
version = release = '2.8.1'
2929

3030
pygments_style = 'trac'
3131
templates_path = ['.']

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run(self):
8484

8585
setup(
8686
name='pytest-cov',
87-
version='2.8.0',
87+
version='2.8.1',
8888
license='MIT',
8989
description='Pytest plugin for measuring coverage.',
9090
long_description='%s\n%s' % (read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))),

src/pytest_cov/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE."""
2-
__version__ = "2.8.0"
2+
__version__ = "2.8.1"

0 commit comments

Comments
 (0)