From 67d49b9e06cbc1cace3fc2cdfe70b09f55d1726f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Tue, 1 Jun 2021 20:24:18 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.12.0=20=E2=86=92=202.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- src/pytest_cov/__init__.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7e15ff94..a838695a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.12.0 +current_version = 2.12.1 commit = True tag = True diff --git a/README.rst b/README.rst index a0c44a71..149594fd 100644 --- a/README.rst +++ b/README.rst @@ -38,9 +38,9 @@ Overview .. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pytest-cov.svg :target: https://anaconda.org/conda-forge/pytest-cov -.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v2.12.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v2.12.1.svg :alt: Commits since latest release - :target: https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...master + :target: https://github.com/pytest-dev/pytest-cov/compare/v2.12.1...master .. |wheel| image:: https://img.shields.io/pypi/wheel/pytest-cov.svg :alt: PyPI Wheel diff --git a/docs/conf.py b/docs/conf.py index 1da75b8a..0668fdc2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ year = '2016' author = 'pytest-cov contributors' copyright = '{}, {}'.format(year, author) -version = release = '2.12.0' +version = release = '2.12.1' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index d3f9f133..143746ab 100755 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def run(self): setup( name='pytest-cov', - version='2.12.0', + version='2.12.1', license='MIT', description='Pytest plugin for measuring coverage.', long_description='%s\n%s' % (read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))), diff --git a/src/pytest_cov/__init__.py b/src/pytest_cov/__init__.py index a9f1cb62..dad3b766 100644 --- a/src/pytest_cov/__init__.py +++ b/src/pytest_cov/__init__.py @@ -1,2 +1,2 @@ """pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE.""" -__version__ = '2.12.0' +__version__ = '2.12.1'