From 63518e1b6ebf0ce32f97e66076cbf0aebfec8f1d Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 19 Oct 2023 17:24:29 +0200 Subject: ONAP SDK 12.5.0 version Provides: - delete anchor method for CPS dataspace - multiple functionalities for A&AI resources - modification of PNF using SO - end of support for Python 3.7 version - changes required to support Python 3.12 version Issue-ID: TEST-404 Signed-off-by: Michal Jagiello Change-Id: Ia65da6186d3ac82166e2d1d01be0168951b8af5b --- src/onapsdk/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onapsdk') diff --git a/src/onapsdk/version.py b/src/onapsdk/version.py index 7bc9378..f26b068 100644 --- a/src/onapsdk/version.py +++ b/src/onapsdk/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "12.4.0" +__version__ = "12.5.0" -- cgit 1.2.3-korg