Skip to content

Commit 67d49b9

Browse files
committed
Bump version: 2.12.0 → 2.12.1
1 parent 3685acb commit 67d49b9

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.12.0
2+
current_version = 2.12.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.12.0.svg
41+
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v2.12.1.svg
4242
:alt: Commits since latest release
43-
:target: https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...master
43+
:target: https://github.com/pytest-dev/pytest-cov/compare/v2.12.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
@@ -26,7 +26,7 @@
2626
year = '2016'
2727
author = 'pytest-cov contributors'
2828
copyright = '{}, {}'.format(year, author)
29-
version = release = '2.12.0'
29+
version = release = '2.12.1'
3030

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

setup.py

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

8686
setup(
8787
name='pytest-cov',
88-
version='2.12.0',
88+
version='2.12.1',
8989
license='MIT',
9090
description='Pytest plugin for measuring coverage.',
9191
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.12.0'
2+
__version__ = '2.12.1'

0 commit comments

Comments
 (0)