Skip to content

Commit 553b15a

Browse files
committed
Update version notes to 3.4.2
1 parent 0ee3595 commit 553b15a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/regression_test_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Pipeline Hooks
4040
Builtins
4141
--------
4242

43-
.. versionadded:: 3.5
43+
.. versionadded:: 3.4.2
4444

4545
ReFrame provides built-in functions that facilitate the creation of extensible tests (i.e. a test library).
4646
These *builtins* are intended to be used directly in the class body of the test, allowing the ReFrame internals to *pre-process* their input before the actual test creation takes place.

reframe/core/pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class RegressionMixin(metaclass=RegressionTestMeta):
136136
:class:`RegressionTestMeta`. Using this metaclass allows mixin classes to
137137
use powerful ReFrame features, such as hooks, parameters or variables.
138138
139-
.. versionadded:: 3.5
139+
.. versionadded:: 3.4.2
140140
'''
141141

142142

@@ -148,7 +148,7 @@ class RegressionTest(jsonext.JSONSerializable, metaclass=RegressionTestMeta):
148148
regression test goes through during its lifetime.
149149
150150
.. warning::
151-
.. versionchanged:: 3.5
151+
.. versionchanged:: 3.4.2
152152
Multiple inheritance with a shared common ancestor is not allowed.
153153
154154
.. note::

0 commit comments

Comments
 (0)