Skip to content

Commit 9cc353b

Browse files
committed
Prepare for version 2.6.0
1 parent 7235c1a commit 9cc353b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

domdf_python_tools/compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ def __exit__(self, *excinfo):
122122
"""
123123
:py:obj:`True` if running on PyPy 3.6.
124124
125-
.. versionadded:: $VERSION
125+
.. versionadded:: 2.6.0
126126
"""
127127

128128
PYPY37: bool = False
129129
"""
130130
:py:obj:`True` if running on PyPy 3.7.
131131
132-
.. versionadded:: $VERSION
132+
.. versionadded:: 2.6.0
133133
"""
134134

135135
if PYPY: # pragma: no cover

0 commit comments

Comments
 (0)