File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33__author__ = """Enver Bisevac"""
44__email__ = "enver.bisevac@harness.io"
5- __version__ = '1.2.2 '
5+ __version__ = '1.2.3 '
Original file line number Diff line number Diff line change 3333VARIATION_VALUE_ATTRIBUTE = 'variationValue'
3434TARGET_ATTRIBUTE = 'target'
3535SDK_VERSION_ATTRIBUTE = 'SDK_VERSION'
36- SDK_VERSION = '1.0.0 '
36+ SDK_VERSION = '1.2.3 '
3737SDK_TYPE_ATTRIBUTE = 'SDK_TYPE'
3838SDK_TYPE = 'server'
3939SDK_LANGUAGE_ATTRIBUTE = 'SDK_LANGUAGE'
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ def run(self):
127127 self ._initialized .set ()
128128
129129 def wait_for_initialization (self ):
130+ sdk_codes .info_sdk_init_waiting ()
130131 self ._initialized .wait ()
131132
132133 def is_initialized (self ):
Original file line number Diff line number Diff line change 88from .api .default .get_feature_config import sync as retrieve_flags
99from .config import Config
1010from .sdk_logging_codes import info_poll_started , info_polling_stopped , \
11- info_sdk_init_ok , info_sdk_init_waiting
11+ info_sdk_init_ok
1212from .util import log
1313
1414
@@ -41,7 +41,6 @@ def run(self):
4141 self .__running = True
4242 # Get initial flags and groups
4343 try :
44- info_sdk_init_waiting ()
4544 log .info ("Fetching initial target segments and flags" )
4645 self .retrieve_flags_and_segments ()
4746 log .info ("Initial target segments and flags fetched. "
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2.2
2+ current_version = 1.2.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 5757 test_suite = "tests" ,
5858 tests_require = test_requirements ,
5959 url = "https://github.com/harness/ff-python-server-sdk" ,
60- version = '1.2.2 ' ,
60+ version = '1.2.3 ' ,
6161 zip_safe = False ,
6262)
You can’t perform that action at this time.
0 commit comments