Skip to content

Commit 71fd2fb

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 58553b1 commit 71fd2fb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

cyclonedx/serialization/__init__.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535

3636
class BomRefHelper(BaseHelper):
3737
"""
38-
DEPRECATED. use :class:`BomRef` instead.
38+
**DEPRECATED**
39+
Use :class:`BomRef` instead.
40+
41+
.. deprecated:: 8.6
3942
"""
4043

4144
# TODO: remove, no longer needed
@@ -89,7 +92,10 @@ def deserialize(cls, o: Any) -> UUID:
8992

9093
class LicenseRepositoryHelper(_LicenseRepositorySerializationHelper):
9194
"""
92-
DEPRECATED. No public API planned for replacing this
95+
**DEPRECATED**
96+
No public API planned for replacing this
97+
98+
.. deprecated:: 8.6
9399
"""
94100

95101
# TODO: remove, no longer needed

0 commit comments

Comments
 (0)