Skip to content

Commit 9692bad

Browse files
committed
Bump version: 2.11.1 → 2.12.0
1 parent f533121 commit 9692bad

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.bumpversion.cfg

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

@@ -22,4 +22,3 @@ replace = version = release = '{new_version}'
2222
[bumpversion:file:src/pytest_cov/__init__.py]
2323
search = __version__ = '{current_version}'
2424
replace = __version__ = '{new_version}'
25-

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.11.1.svg
41+
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v2.12.0.svg
4242
:alt: Commits since latest release
43-
:target: https://github.com/pytest-dev/pytest-cov/compare/v2.11.1...master
43+
:target: https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...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.11.1'
29+
version = release = '2.12.0'
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.11.1',
88+
version='2.12.0',
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.11.1'
2+
__version__ = '2.12.0'

0 commit comments

Comments
 (0)