Skip to content

Commit d22a7f1

Browse files
committed
Bump version: 2.4.0 → 2.5.0
1 parent 78f53b7 commit d22a7f1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.4.0
2+
current_version = 2.5.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Overview
3535
:alt: PyPI Package latest release
3636
:target: https://pypi.python.org/pypi/pytest-cov
3737

38-
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v2.4.0.svg
38+
.. |commits-since| image:: https://img.shields.io/github/commits-since/pytest-dev/pytest-cov/v2.5.0.svg
3939
:alt: Commits since latest release
40-
:target: https://github.com/pytest-dev/pytest-cov/compare/v2.4.0...master
40+
:target: https://github.com/pytest-dev/pytest-cov/compare/v2.5.0...master
4141

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
year = '2016'
2626
author = 'pytest-cov contributors'
2727
copyright = '{0}, {1}'.format(year, author)
28-
version = release = '2.4.0'
28+
version = release = '2.5.0'
2929

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def run(self):
8383

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

src/pytest_cov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.0"
1+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)