Skip to content

Commit 5182bf8

Browse files
committed
updating docs
1 parent d5f23e9 commit 5182bf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/diff_doc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ignore_type_subclasses: Boolean, default = False
116116

117117
.. Note::
118118
ignore_type_subclasses was incorrectly doing the reverse of its job up until DeepDiff 6.7.1
119-
Please make sure to flip it in your use cases, when upgrading from older versions to 6.8.0 or above.
119+
Please make sure to flip it in your use cases, when upgrading from older versions to 7.0.0 or above.
120120

121121
ignore_string_case: Boolean, default = False
122122
:ref:`ignore_string_case_label`

docs/ignore_types_or_values.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ ignore_type_subclasses: Boolean, default = False
216216

217217
.. Note::
218218
ignore_type_subclasses was incorrectly doing the reverse of its job up until DeepDiff 6.7.1
219-
Please make sure to flip it in your use cases, when upgrading from older versions to 6.8.0 or above.
219+
Please make sure to flip it in your use cases, when upgrading from older versions to 7.0.0 or above.
220220

221221
>>> from deepdiff import DeepDiff
222222
>>> class ClassA:

docs/serialization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Sometimes, it is desired to serialize a :ref:`delta_label` object to a list of f
208208
Since None is a valid value, we use a special hard-coded string to signify "unkown": '*-UNKNOWN-*'
209209

210210
.. note::
211-
Many new keys are added to the flat dicts in DeepDiff 6.8.0
211+
Many new keys are added to the flat dicts in DeepDiff 7.0.0
212212
You may want to use :ref:`delta_to_flat_rows_label` instead of flat dicts.
213213

214214
For example:

0 commit comments

Comments
 (0)