Skip to content

Commit 55cddb5

Browse files
committed
Merge branch 'release/1.7.1'
* release/1.7.1: bump version updates README.rst
2 parents 046e352 + 89941b1 commit 55cddb5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Configure via tox.ini/setup.cfg/pytest.cfg
8484

8585
Example of use in a django project:
8686

87-
.. code-block:: inifile
87+
.. code-block:: ini
8888
8989
[pytest]
9090
addopts = -vvv
@@ -134,7 +134,7 @@ as:
134134
135135
or
136136

137-
.. code-block:: inifile
137+
.. code-block:: ini
138138
139139
[pytest]
140140
addopts = -vvv

pytest_echo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pkg_resources
99
from pkg_resources import DistributionNotFound
1010

11-
__version__ = '1.7.0'
11+
__version__ = '1.7.1'
1212

1313

1414
def get_installed_distributions():

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
43
from setuptools import setup
54
from pytest_echo import __version__
65

76
setup(
87
name='pytest-echo',
98
description='pytest plugin with mechanisms for echoing environment '
109
'variables, package version and generic attributes',
11-
long_description=open("README.rst").read(),
10+
long_description=open('README.rst').read(),
1211
long_description_content_type='text/x-rst',
1312
version=__version__,
1413
author='Stefano Apostolico',

0 commit comments

Comments
 (0)