Skip to content

Commit 71aa016

Browse files
authored
Remove "new in version" notices as they all precede 2.0
1 parent ac0ada2 commit 71aa016

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ By default matches ``test_*`` and ``*_test`` executable files.
8282
cpp_arguments
8383
^^^^^^^^^^^^^
8484

85-
*New in version 1.1*.
86-
8785
Arguments to the C++ tests can be provided with the
8886
``cpp_arguments`` ini configuration option.
8987

@@ -104,8 +102,6 @@ pytest's ``-o`` option:
104102
cpp_ignore_py_files
105103
^^^^^^^^^^^^^^^^^^^
106104

107-
*New in version 1.2*.
108-
109105
This option defaults to ``True`` and configures the plugin to ignore ``*.py`` files that
110106
would otherwise match the ``cpp_files`` option.
111107

@@ -119,8 +115,6 @@ Set it to ``False`` if you have C++ executable files that end with the ``*.py``
119115
cpp_harness
120116
^^^^^^^^^^^
121117

122-
*New in version 1.3*.
123-
124118
This option allows the usage of tools that are used by invoking them on the console
125119
wrapping the test binary, like valgrind and memcheck:
126120

0 commit comments

Comments
 (0)