From 370390697862f27936476b1a5500de006819cc29 Mon Sep 17 00:00:00 2001 From: shacharl Date: Thu, 12 Jun 2025 14:24:50 +0300 Subject: [PATCH] handoff --- src/ctm_python_client/__init__.py | 2 +- tests/test_sanity.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ctm_python_client/__init__.py b/src/ctm_python_client/__init__.py index ed5ca9e..c5975af 100644 --- a/src/ctm_python_client/__init__.py +++ b/src/ctm_python_client/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.5.1' +__version__ = '2.5.2' __author__ = 'BMC Software' diff --git a/tests/test_sanity.py b/tests/test_sanity.py index 2148311..e9dd77b 100644 --- a/tests/test_sanity.py +++ b/tests/test_sanity.py @@ -2,6 +2,6 @@ def test_version_author(): import ctm_python_client assert ctm_python_client.__author__ == 'BMC Software' - assert ctm_python_client.__version__ == '2.5.1' + assert ctm_python_client.__version__ == '2.5.2'