File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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.3 '
5+ __version__ = '1.2.4 '
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.2.3 '
36+ SDK_VERSION = '1.2.4 '
3737SDK_TYPE_ATTRIBUTE = 'SDK_TYPE'
3838SDK_TYPE = 'server'
3939SDK_LANGUAGE_ATTRIBUTE = 'SDK_LANGUAGE'
Original file line number Diff line number Diff line change 33
44log = logging .getLogger (sys .modules [__name__ ].__name__ )
55log .addHandler (logging .StreamHandler ())
6- log .setLevel (logging .DEBUG )
6+ log .setLevel (logging .WARNING )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2.3
2+ current_version = 1.2.4
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.3 ' ,
60+ version = '1.2.4 ' ,
6161 zip_safe = False ,
6262)
You can’t perform that action at this time.
0 commit comments