From 47001f3c0b56a676efb160e99f2d7182cc00756d Mon Sep 17 00:00:00 2001 From: Bob Fournier Date: Tue, 1 Jun 2021 14:44:33 -0400 Subject: [PATCH] Trivial: Fix version number in comment Fix the version number in comment. Change-Id: Iffa4bd7d15fb999e3d60539f630873d95057e44e --- ironic/objects/bios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/objects/bios.py b/ironic/objects/bios.py index 4462ca5266..d99e06b1f5 100644 --- a/ironic/objects/bios.py +++ b/ironic/objects/bios.py @@ -142,7 +142,7 @@ class BIOSSetting(base.IronicObject): the same, older, or newer than the version of the object. This is used for DB interactions as well as for serialization/deserialization. - Version 1.74: remove registry field for unsupported versions if + Version 1.1: remove registry field for unsupported versions if remove_unavailable_fields is True. :param target_version: the desired version of the object